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

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

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

KMOD=		ng_bt3c
SRCS=		ng_bt3c_pccard.c bus_if.h card_if.h device_if.h

.include <bsd.kmod.mk>

OpenPOWER on IntegriCloud