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

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

CFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include \
		-I${.CURDIR}/../../../../netgraph/bluetooth/l2cap

KMOD=		ng_l2cap
SRCS=		ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
		ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c

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