xref: /dflybsd-src/sys/netgraph7/bluetooth/drivers/ubtbcmfw/Makefile (revision d835a69c9300de5451d03c4e95cc9f467954045d)
1# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile 192909 2009-05-27 16:43:40Z thompsa $
3
4KMOD=		ubtbcmfw
5SRCS=		ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
6		usb_if.h usbdevs.h
7
8.include <bsd.kmod.mk>
9