summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
blob: 19a00ba504aadf0a75a6c713bd2414713d733a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
# $FreeBSD$

.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw

CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include \
		-I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw

KMOD=		ubtbcmfw
SRCS=		ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
		usb_if.h vnode_if.h usbdevs.h

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