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