After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file when

building the module.
This commit is contained in:
n_hibma 2008-10-24 07:19:09 +00:00
parent 304051a1cc
commit 96ccad1cbd

View File

@ -3,6 +3,10 @@
.PATH: ${.CURDIR}/../../dev/usb
KMOD= u3g
SRCS= u3g.c ucomvar.h opt_usb.h device_if.h bus_if.h usbdevs.h
SRCS= opt_usb.h opt_u3g.h \
device_if.h bus_if.h \
usbdevs.h \
ucomvar.h \
u3g.c
.include <bsd.kmod.mk>