mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= bcm5974
|
|
SRCS= bcm5974.c
|
|
SRCS+= opt_hid.h opt_usb.h
|
|
SRCS+= bus_if.h device_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|