summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2008-10-24 07:19:09 +0000
committern_hibma <n_hibma@FreeBSD.org>2008-10-24 07:19:09 +0000
commit96ccad1cbd29d2cc63a437db3bd39247a9728320 (patch)
treed97b26d2456c8dfa19d318ffd2fed1768ac6043c
parent304051a1ccf382165dcf1a6082e529e1ac66ec73 (diff)
downloadFreeBSD-src-96ccad1cbd29d2cc63a437db3bd39247a9728320.zip
FreeBSD-src-96ccad1cbd29d2cc63a437db3bd39247a9728320.tar.gz
After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file when
building the module.
-rw-r--r--sys/modules/u3g/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/u3g/Makefile b/sys/modules/u3g/Makefile
index e8d3aee..b2e1ffd 100644
--- a/sys/modules/u3g/Makefile
+++ b/sys/modules/u3g/Makefile
@@ -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>
OpenPOWER on IntegriCloud