]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add opt_wlan.h as requirements for the two drivers I'm currently working on.
authoradrian <adrian@FreeBSD.org>
Tue, 29 Sep 2015 04:56:27 +0000 (04:56 +0000)
committeradrian <adrian@FreeBSD.org>
Tue, 29 Sep 2015 04:56:27 +0000 (04:56 +0000)
sys/modules/usb/rsu/Makefile
sys/modules/usb/urtwn/Makefile

index 482071c2171889080ff2b42bf7cd2eba30661c13..755f4b82a56d3bfd9a2cf7e359bc3bbc67ced7bd 100644 (file)
@@ -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>
index 58c409afa29059f99143671c51afeec2ba876844..d96529494089219df9719337b6ebea704498d56f 100644 (file)
@@ -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>