Author: adrian
Date: Tue Sep 29 04:56:27 2015
New Revision: 288352
URL: https://svnweb.freebsd.org/changeset/base/288352
Log:
Add opt_wlan.h as requirements for the two drivers I'm currently working on.
Modified:
head/sys/modules/usb/rsu/Makefile
head/sys/modules/usb/urtwn/Makefile
Modified: head/sys/modules/usb/rsu/Makefile
==============================================================================
--- head/sys/modules/usb/rsu/Makefile Tue Sep 29 04:47:31 2015
(r288351)
+++ head/sys/modules/usb/rsu/Makefile Tue Sep 29 04:56:27 2015
(r288352)
@@ -5,6 +5,6 @@
KMOD = if_rsu
SRCS = if_rsu.c if_rsureg.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>
Modified: head/sys/modules/usb/urtwn/Makefile
==============================================================================
--- head/sys/modules/usb/urtwn/Makefile Tue Sep 29 04:47:31 2015
(r288351)
+++ head/sys/modules/usb/urtwn/Makefile Tue Sep 29 04:56:27 2015
(r288352)
@@ -5,6 +5,6 @@
KMOD = if_urtwn
SRCS = if_urtwn.c if_urtwnreg.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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"