xref: /freebsd/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
2
3.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw
4
5CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include \
6		-I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw
7
8KMOD=		ubtbcmfw
9SRCS=		ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
10		usb_if.h vnode_if.h usbdevs.h
11
12.include <bsd.kmod.mk>
13