1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

Makefile for building zyd kernel module.

Submitted by: Weongyo Jeong
Approved by: re@ (kensmith)
This commit is contained in:
Warner Losh 2007-08-29 21:04:26 +00:00
parent 4c2b0b2a5e
commit 44298c2b79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172008

10
sys/modules/zyd/Makefile Normal file
View File

@ -0,0 +1,10 @@
# ZyDAS Loadable Kernel Module
#
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD = if_zyd
SRCS = if_zyd.c opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>