e5474851f3a56dec93f38e333b81cd6196ee3b39
[dragonfly.git] / sys / netgraph7 / bluetooth / drivers / ubtbcmfw / Makefile
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
4 CFLAGS+=        -I${.CURDIR}/../../include
5
6 KMOD=           ubtbcmfw
7 SRCS=           ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
8                 usb_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>