summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/h4/Makefile
blob: 9ef247e11be352304c253a5c9dbcc89727b734d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile,v 1.7 2002/11/03 02:15:54 max Exp $
# $FreeBSD$

.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4

CFLAGS+=	-g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4 \
		-DINVARIANTS=1 -DINVARIANT_SUPPORT=1
#		-DWITNESS=1 -DWITNESS_SKIPSPIN=1

KMOD=		ng_h4
SRCS=		ng_h4.c
MAN4=		ng_h4.4

.include <bsd.kmod.mk>

OpenPOWER on IntegriCloud