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:
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
10
sys/modules/zyd/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user