mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Makefile for building zyd kernel module.
Submitted by: Weongyo Jeong Approved by: re@ (kensmith)
This commit is contained in:
parent
4c2b0b2a5e
commit
44298c2b79
1 changed files with 10 additions and 0 deletions
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 a new issue