diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2015-09-29 04:56:27 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2015-09-29 04:56:27 +0000 |
| commit | 024223535f93d8fdd6a453905387339a6344b9e7 (patch) | |
| tree | 617868bb2d4a9ee30a215f7cc31fff62d0d3154c /sys/modules/usb | |
| parent | 55b2d6330911f1f1f3c156ad1b15b51395c7e1a7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb')
| -rw-r--r-- | sys/modules/usb/rsu/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/usb/urtwn/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/usb/rsu/Makefile b/sys/modules/usb/rsu/Makefile index 482071c21718..755f4b82a56d 100644 --- a/sys/modules/usb/rsu/Makefile +++ b/sys/modules/usb/rsu/Makefile @@ -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> diff --git a/sys/modules/usb/urtwn/Makefile b/sys/modules/usb/urtwn/Makefile index 58c409afa290..d96529494089 100644 --- a/sys/modules/usb/urtwn/Makefile +++ b/sys/modules/usb/urtwn/Makefile @@ -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> |
