summaryrefslogtreecommitdiffstats
path: root/sys/modules/otus
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2015-10-01 05:56:38 +0000
committerlwhsu <lwhsu@FreeBSD.org>2015-10-01 05:56:38 +0000
commit4636024b4abd268cb5e384fc0702be9f013f6fdb (patch)
tree08f0b389ac9aeb514d6a80eacdb920c011867bbc /sys/modules/otus
parenta77a969752316f366e29fc01265a3be9b666353a (diff)
downloadFreeBSD-src-4636024b4abd268cb5e384fc0702be9f013f6fdb.zip
FreeBSD-src-4636024b4abd268cb5e384fc0702be9f013f6fdb.tar.gz
Fix `make depend` in sys/modules/otus
Reviewed by: delphij Approved by: delphij Differential Revision: https://reviews.freebsd.org/D3751
Diffstat (limited to 'sys/modules/otus')
-rw-r--r--sys/modules/otus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/otus/Makefile b/sys/modules/otus/Makefile
index a7a84a8..b263c06 100644
--- a/sys/modules/otus/Makefile
+++ b/sys/modules/otus/Makefile
@@ -5,6 +5,6 @@
KMOD = if_otus
SRCS = if_otus.c if_otusreg.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>
OpenPOWER on IntegriCloud