summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-27 16:43:40 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-27 16:43:40 +0000
commit9263872892e72cf810807887c6a88f11ff671773 (patch)
treef3264aed94ae9ffa92b445f0105e5663c6e15567 /sys/modules/netgraph
parentb5e46da5a4947a10803c1a0b6b56b6d42e74f536 (diff)
downloadFreeBSD-src-9263872892e72cf810807887c6a88f11ff671773.zip
FreeBSD-src-9263872892e72cf810807887c6a88f11ff671773.tar.gz
Hook ubt and ubtbcmfw back up to the build.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile11
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile11
2 files changed, 12 insertions, 10 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index b5d3c7f..b9ff0c1 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -1,12 +1,13 @@
# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
# $FreeBSD$
-S= ${.CURDIR}/../../../..
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
-.PATH: $S/dev/usb/bluetooth
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
-KMOD= ng_ubt
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- ng_ubt.c
+KMOD= ng_ubt
+SRCS= ng_ubt.c opt_bus.h opt_usb.h device_if.h bus_if.h \
+ usb_if.h usbdevs.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index d45ddb1..4c5c813 100644
--- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
@@ -1,12 +1,13 @@
# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
# $FreeBSD$
-S= ${.CURDIR}/../../../..
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
-.PATH: $S/dev/usb/bluetooth
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
-KMOD= ubtbcmfw
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
- ubtbcmfw.c
+KMOD= ubtbcmfw
+SRCS= ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
+ usb_if.h vnode_if.h usbdevs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud