summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/hci/Makefile
blob: 48a6bfab82f784f1c8cd4ebd2b583f37d268e4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile,v 1.1 2002/11/24 20:40:05 max Exp $
# $FreeBSD$

.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci

CFLAGS+=	-g -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
MAN4=		ng_hci.4

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud