1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add opt_wlan.h as requirements for the two drivers I'm currently working on.

This commit is contained in:
Adrian Chadd 2015-09-29 04:56:27 +00:00
parent 55b2d63309
commit 024223535f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288352
2 changed files with 2 additions and 2 deletions

View 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>

View 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>