5f18731ce0
has been removed and the driver has been greatly simplified and optimised for FreeBSD. The driver is currently not built by default. Requested by: Bruce Simpson <bms@fastmail.net>
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../../..
|
|
|
|
.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>
|