1114878Sjulian# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
2114878Sjulian# $FreeBSD: releng/10.3/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile 192909 2009-05-27 16:43:40Z thompsa $
3114878Sjulian
4192909Sthompsa.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
5114878Sjulian
6192909SthompsaCFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include \
7192909Sthompsa		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
8114878Sjulian
9192909SthompsaKMOD=		ubtbcmfw
10192909SthompsaSRCS=		ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
11192909Sthompsa		usb_if.h vnode_if.h usbdevs.h
12114878Sjulian
13114878Sjulian.include <bsd.kmod.mk>
14