summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/hci
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
committeremax <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
commit41bb0e8fd2568243020852e22a6d176bccfa60cd (patch)
tree0ae0c2be63f9f9161693789721b96beb9cabcc77 /sys/modules/netgraph/bluetooth/hci
parent66feac7937e372f502539e7d443aee80a25abe16 (diff)
downloadFreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.zip
FreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.tar.gz
Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
Diffstat (limited to 'sys/modules/netgraph/bluetooth/hci')
-rw-r--r--sys/modules/netgraph/bluetooth/hci/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile
index 48a6bfa..2423e51 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
OpenPOWER on IntegriCloud