xref: /freebsd/sys/modules/netgraph/bluetooth/hci/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1# $Id: Makefile,v 1.1 2002/11/24 20:40:05 max Exp $
2
3.PATH: ${SRCTOP}/sys/netgraph/bluetooth/hci
4
5CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include \
6		-I${SRCTOP}/sys/netgraph/bluetooth/hci
7
8KMOD=		ng_hci
9SRCS=		ng_hci_main.c ng_hci_cmds.c ng_hci_evnt.c  \
10		ng_hci_ulpi.c ng_hci_misc.c
11
12.include <bsd.kmod.mk>
13