After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file when
building the module.
This commit is contained in:
parent
304051a1cc
commit
96ccad1cbd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user