aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2018-03-10 23:16:24 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2018-03-10 23:16:24 +0000
commit63a55eab9bc96cf6a8d8334fc2a4a4c8992cce2a (patch)
treef50e9f0ae33531d8f5bf6c83278b4b5114ff36b6 /sys/modules/usb
parent2e0d0572485ce81621b2a7fbfaad93d71121a4b6 (diff)
downloadsrc-63a55eab9bc96cf6a8d8334fc2a4a4c8992cce2a.tar.gz
src-63a55eab9bc96cf6a8d8334fc2a4a4c8992cce2a.zip
Notes
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/rum/Makefile4
-rw-r--r--sys/modules/usb/run/Makefile4
-rw-r--r--sys/modules/usb/uath/Makefile2
-rw-r--r--sys/modules/usb/upgt/Makefile2
-rw-r--r--sys/modules/usb/ural/Makefile4
-rw-r--r--sys/modules/usb/urtw/Makefile2
-rw-r--r--sys/modules/usb/zyd/Makefile4
7 files changed, 11 insertions, 11 deletions
diff --git a/sys/modules/usb/rum/Makefile b/sys/modules/usb/rum/Makefile
index 31c097bc072c..e468ff81ed59 100644
--- a/sys/modules/usb/rum/Makefile
+++ b/sys/modules/usb/rum/Makefile
@@ -30,7 +30,7 @@ S= ${SRCTOP}/sys
.PATH: $S/dev/usb/wlan
KMOD= if_rum
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- if_rum.c
+SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
+ usbdevs.h if_rum.c
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/run/Makefile b/sys/modules/usb/run/Makefile
index 05769bc6e9f5..980d061cc400 100644
--- a/sys/modules/usb/run/Makefile
+++ b/sys/modules/usb/run/Makefile
@@ -30,7 +30,7 @@ S= ${SRCTOP}/sys
.PATH: $S/dev/usb/wlan
KMOD= if_run
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- if_run.c
+SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
+ usbdevs.h if_run.c
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/uath/Makefile b/sys/modules/usb/uath/Makefile
index 48ef747852c9..b6f3308f1a06 100644
--- a/sys/modules/usb/uath/Makefile
+++ b/sys/modules/usb/uath/Makefile
@@ -5,6 +5,6 @@
KMOD = if_uath
SRCS = if_uath.c if_uathvar.h if_uathreg.h \
bus_if.h device_if.h \
- opt_bus.h opt_usb.h usb_if.h usbdevs.h
+ opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/upgt/Makefile b/sys/modules/usb/upgt/Makefile
index d8d97f3ca8e5..7da5dd2fde0b 100644
--- a/sys/modules/usb/upgt/Makefile
+++ b/sys/modules/usb/upgt/Makefile
@@ -5,6 +5,6 @@
KMOD = if_upgt
SRCS = if_upgt.c if_upgtvar.h \
bus_if.h device_if.h \
- opt_bus.h opt_usb.h usb_if.h usbdevs.h
+ opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/ural/Makefile b/sys/modules/usb/ural/Makefile
index afd56be8214d..01ab503dc740 100644
--- a/sys/modules/usb/ural/Makefile
+++ b/sys/modules/usb/ural/Makefile
@@ -30,7 +30,7 @@ S= ${SRCTOP}/sys
.PATH: $S/dev/usb/wlan
KMOD= if_ural
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- if_ural.c
+SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
+ usbdevs.h if_ural.c
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/urtw/Makefile b/sys/modules/usb/urtw/Makefile
index 2d282a282a57..25cbb40b02d9 100644
--- a/sys/modules/usb/urtw/Makefile
+++ b/sys/modules/usb/urtw/Makefile
@@ -5,6 +5,6 @@
KMOD = if_urtw
SRCS = if_urtw.c if_urtwreg.h if_urtwvar.h \
bus_if.h device_if.h \
- opt_bus.h opt_usb.h usb_if.h usbdevs.h
+ opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/usb/zyd/Makefile b/sys/modules/usb/zyd/Makefile
index 9852e5cc4fc8..40909459034f 100644
--- a/sys/modules/usb/zyd/Makefile
+++ b/sys/modules/usb/zyd/Makefile
@@ -30,7 +30,7 @@ S= ${SRCTOP}/sys
.PATH: $S/dev/usb/wlan
KMOD= if_zyd
-SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- if_zyd.c if_zydreg.h if_zydfw.h
+SRCS= opt_bus.h opt_usb.h opt_wlan.h device_if.h bus_if.h usb_if.h \
+ usbdevs.h if_zyd.c if_zydreg.h if_zydfw.h
.include <bsd.kmod.mk>