# $Id: Makefile 1073 2021-06-27 05:01:23Z  $
# $FreeBSD: releng/12.1/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile 314651 2017-03-04 10:10:17Z ngie $
# $BSDSUniX $

.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw

CFLAGS+=	-I${SRCTOP}/sys/netgraph/bluetooth/include \
		-I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw

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

.include <bsd.kmod.mk>