diff options
| author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2024-11-06 23:28:11 +0000 |
|---|---|---|
| committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2024-12-22 03:34:09 +0000 |
| commit | f5b685add05937eec2e090d0c87199a5232e957a (patch) | |
| tree | 6797b6fb06aee4e3806ac8bd2b1eb7dab28a774e /sys/modules | |
| parent | 624635e2ad291987e8bff6944489841b8c160d75 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index 6ef7da5fbfb2..1d95fd567888 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -6,7 +6,7 @@ CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \ -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt KMOD= ng_ubt -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 +SRCS= ng_ubt.c ng_ubt_intel.c ng_ubt_rtl.c opt_bus.h opt_usb.h \ + device_if.h bus_if.h usb_if.h usbdevs.h .include <bsd.kmod.mk> |
