summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb/udl/Makefile
blob: 5a14280b950f1c75b67b4a8072043c445635ebe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

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>
OpenPOWER on IntegriCloud