summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-28 19:06:30 +0000
committerimp <imp@FreeBSD.org>2004-06-28 19:06:30 +0000
commit59c665eab0d642dc56ca0c0d2150017dbc1c80c0 (patch)
tree27cd693869ac76a0bf0674f2db10d71ba13ae68d /sys/modules/netgraph
parent4dab07ef953d21814e0f130151f3058f745e9876 (diff)
downloadFreeBSD-src-59c665eab0d642dc56ca0c0d2150017dbc1c80c0.zip
FreeBSD-src-59c665eab0d642dc56ca0c0d2150017dbc1c80c0.tar.gz
Build usbdevs.h
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile2
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index a1fe175..4a57242 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
KMOD= ng_ubt
-SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h
+SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index 52efbc7..01390b3 100644
--- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
@@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
KMOD= ubtbcmfw
-SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h
+SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud