mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/usb/video
|
|
|
|
KMOD= udl
|
|
SRCS= opt_bus.h opt_usb.h fb_if.h device_if.h \
|
|
bus_if.h usb_if.h vnode_if.h usbdevs.h \
|
|
udl.c
|
|
|
|
.include <bsd.kmod.mk>
|