summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/hci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/hci/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/hci/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile
new file mode 100644
index 0000000..92ffcc5
--- /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>
OpenPOWER on IntegriCloud