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

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>