aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/socket
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/socket')
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
index 4cb414b4efb9..ba82b5ca6b45 100644
--- a/sys/modules/netgraph/bluetooth/socket/Makefile
+++ b/sys/modules/netgraph/bluetooth/socket/Makefile
@@ -3,10 +3,7 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include
-
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
-#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include
KMOD= ng_btsocket
SRCS= ng_btsocket.c \