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:
parent
55b2d63309
commit
024223535f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288352
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user