aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2019-08-18 22:11:42 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2019-08-18 22:11:42 +0000
commit3544d43bb17f9f69f145bccb58ca9bf3dd5810b1 (patch)
treeae9c5f305a1747b9dfb49c5fa2e21f98d3ef9867 /sys/modules/netgraph
parentde4e1aeb21b6424b075af9db7d42368e0847e121 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index b41fc36c7d4e3..fb5a060a20d15 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -7,7 +7,7 @@ CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
-I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
KMOD= ng_ubt
-SRCS= ng_ubt.c opt_bus.h opt_usb.h device_if.h bus_if.h \
- usb_if.h usbdevs.h
+SRCS= ng_ubt.c ng_ubt_intel.c opt_bus.h opt_usb.h device_if.h \
+ bus_if.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>