1# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
2# $FreeBSD$
3
4S=	${.CURDIR}/../../../..
5
6.PATH: $S/dev/usb/bluetooth
7
8KMOD=	ubtbcmfw
9SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
10	ubtbcmfw.c
11
12.include <bsd.kmod.mk>
13