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