svn commit: r288352 - in head/sys/modules/usb: rsu urtwn

Adrian Chadd adrian at FreeBSD.org
Tue Sep 29 04:56:28 UTC 2015


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>


More information about the svn-src-all mailing list