xref: /freebsd/sys/modules/netgraph/bluetooth/ubt/Makefile (revision 24ae172a50352ad4fd22989477f29ecca5aed6e3)
1# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
2
3.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
4
5CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include \
6		-I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
7
8KMOD=		ng_ubt
9SRCS=		ng_ubt.c ng_ubt_intel.c ng_ubt_rtl.c opt_bus.h opt_usb.h \
10		device_if.h bus_if.h usb_if.h usbdevs.h
11
12.include <bsd.kmod.mk>
13