diff options
Diffstat (limited to 'sys/modules/netgraph/bluetooth/h4/Makefile')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/h4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
