]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix `make depend` in sys/modules/otus
authorlwhsu <lwhsu@FreeBSD.org>
Thu, 1 Oct 2015 05:56:38 +0000 (05:56 +0000)
committerlwhsu <lwhsu@FreeBSD.org>
Thu, 1 Oct 2015 05:56:38 +0000 (05:56 +0000)
Reviewed by: delphij
Approved by: delphij
Differential Revision: https://reviews.freebsd.org/D3751

sys/modules/otus/Makefile

index a7a84a87d9cbd8cea52d2e3e59db47c97193c919..b263c06ab2df74e52c9ae8dd532587d7a49769cd 100644 (file)
@@ -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>