summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
commit0986ab12e44caea472245845f9a89ced4f137d73 (patch)
tree0ae0c2be63f9f9161693789721b96beb9cabcc77 /sys/modules
parent907d8667501d77122c9b7016fc907f842f263bb7 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/bluetooth/bluetooth/Makefile2
-rw-r--r--sys/modules/netgraph/bluetooth/bt3c/Makefile5
-rw-r--r--sys/modules/netgraph/bluetooth/h4/Makefile4
-rw-r--r--sys/modules/netgraph/bluetooth/hci/Makefile4
-rw-r--r--sys/modules/netgraph/bluetooth/l2cap/Makefile4
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile5
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile5
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile5
8 files changed, 8 insertions, 26 deletions
diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
index 55317b969dc4..aae398417a8c 100644
--- a/sys/modules/netgraph/bluetooth/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include
KMOD= ng_bluetooth
SRCS= ng_bluetooth.c
diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile
index de1aa20ca363..4d00d32e8887 100644
--- a/sys/modules/netgraph/bluetooth/bt3c/Makefile
+++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile
@@ -3,12 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
-#CFLAGS+= -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
diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile
index 51e85cb96e95..c5d63b5adf1b 100644
--- a/sys/modules/netgraph/bluetooth/h4/Makefile
+++ b/sys/modules/netgraph/bluetooth/h4/Makefile
@@ -3,11 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
-
KMOD= ng_h4
SRCS= ng_h4.c
MAN4= ng_h4.4
diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile
index 48a6bfab82f7..2423e51c8e7f 100644
--- a/sys/modules/netgraph/bluetooth/hci/Makefile
+++ b/sys/modules/netgraph/bluetooth/hci/Makefile
@@ -3,11 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/hci
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=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
diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile
index d2cc84906501..623fd862cd30 100644
--- a/sys/modules/netgraph/bluetooth/l2cap/Makefile
+++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile
@@ -3,11 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/l2cap
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=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
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 \
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index ad50892e8d61..941bf3304efe 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -3,12 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
-#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
-
KMOD= ng_ubt
SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h
MAN4= ng_ubt.4
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index ede61d7efd9d..a7f0fcc2f1fb 100644
--- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
@@ -3,12 +3,9 @@
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
+CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
-#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
-#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
-
KMOD= ubtbcmfw
SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h
MAN4= ubtbcmfw.4