aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-11-20 23:01:59 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-11-20 23:01:59 +0000
commit878ed22696d5402cabd6f90932cc970ab912b7b0 (patch)
treec38e3c48c390af16003a1f451848e93558978422 /sys/modules/netgraph/bluetooth
parent2699228f1effe6a9d4c53e0b065a8f37097ebf8d (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/bluetooth')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile13
-rw-r--r--sys/modules/netgraph/bluetooth/bluetooth/Makefile13
-rw-r--r--sys/modules/netgraph/bluetooth/bt3c/Makefile16
-rw-r--r--sys/modules/netgraph/bluetooth/h4/Makefile16
-rw-r--r--sys/modules/netgraph/bluetooth/hci/Makefile16
-rw-r--r--sys/modules/netgraph/bluetooth/l2cap/Makefile16
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile17
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile16
8 files changed, 123 insertions, 0 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
new file mode 100644
index 000000000000..e39315e1c9dc
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+SUBDIR= \
+ bluetooth \
+ hci \
+ l2cap \
+ socket \
+ bt3c \
+ h4 \
+ ubt
+
+.include <bsd.subdir.mk>
+
diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
new file mode 100644
index 000000000000..d4aa60f3545e
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.1.1.1 2002/09/04 21:47:41 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common
+
+CFLAGS+= -I../../../../netgraph/bluetooth/include
+
+KMOD= ng_bluetooth
+SRCS= ng_bluetooth.c
+MAN4= ng_bluetooth.4
+
+.include <bsd.kmod.mk>
+
diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile
new file mode 100644
index 000000000000..31f5784aba4e
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.6 2002/09/04 21:42:00 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/drivers/bt3c \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_bt3c
+SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h
+MAN4= ng_bt3c.4
+
+.include <bsd.kmod.mk>
+
diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile
new file mode 100644
index 000000000000..7af1768e26e9
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/h4/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.7 2002/11/03 02:15:54 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/drivers/h4 \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
+# -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_h4
+SRCS= ng_h4.c
+MAN4= ng_h4.4
+
+.include <bsd.kmod.mk>
+
diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile
new file mode 100644
index 000000000000..92ffcc5eeba2
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/hci/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.5 2002/09/04 21:36:51 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/hci \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_hci
+SRCS= ng_hci_main.c ng_hci_cmds.c ng_hci_evnt.c \
+ ng_hci_ulpi.c ng_hci_misc.c
+MAN4= ng_hci.4
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile
new file mode 100644
index 000000000000..cd90fd398095
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.4 2002/09/04 21:38:38 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/l2cap \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_l2cap
+SRCS= ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
+ ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c
+MAN4= ng_l2cap.4
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
new file mode 100644
index 000000000000..b9969a55ed83
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/socket/Makefile
@@ -0,0 +1,17 @@
+# $Id: Makefile,v 1.7 2002/09/04 21:43:59 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_btsocket
+SRCS= ng_btsocket.c \
+ ng_btsocket_hci_raw.c \
+ ng_btsocket_l2cap_raw.c \
+ ng_btsocket_l2cap.c
+MAN4= ng_btsocket.4
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
new file mode 100644
index 000000000000..1e072182355e
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.5 2002/09/04 21:41:06 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/drivers/ubt \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_ubt
+SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h
+MAN4= ng_ubt.4
+
+.include <bsd.kmod.mk>
+