mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/usb/input
|
|
|
|
KMOD= uep
|
|
SRCS= opt_bus.h opt_evdev.h opt_usb.h device_if.h bus_if.h usb_if.h \
|
|
vnode_if.h usbdevs.h uep.c
|
|
|
|
.include <bsd.kmod.mk>
|