2003-05-10 17:44:42 -04:00
|
|
|
# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2009-05-27 12:43:40 -04:00
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
|
2003-05-10 17:44:42 -04:00
|
|
|
|
2009-05-27 12:43:40 -04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|
|
|
|
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
|
2003-05-10 17:44:42 -04:00
|
|
|
|
2009-05-27 12:43:40 -04:00
|
|
|
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
|
2003-05-10 17:44:42 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|