summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-05-01 07:38:40 +0000
committeruqs <uqs@FreeBSD.org>2012-05-01 07:38:40 +0000
commit168204e4cfa31cedc08fc18e0a71d7c1183405a4 (patch)
treed65ccd1ec0417aa190d966e05b9cfe7e1b19ccc7
parent7ef027ad2013b9b4f08346afe54c4710692cb56c (diff)
downloadFreeBSD-src-168204e4cfa31cedc08fc18e0a71d7c1183405a4.zip
FreeBSD-src-168204e4cfa31cedc08fc18e0a71d7c1183405a4.tar.gz
Fix make depend.
-rw-r--r--sys/modules/mwl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mwl/Makefile b/sys/modules/mwl/Makefile
index 8971eb1..f2c40d7 100644
--- a/sys/modules/mwl/Makefile
+++ b/sys/modules/mwl/Makefile
@@ -33,7 +33,7 @@
KMOD= if_mwl
SRCS= if_mwl.c if_mwl_pci.c mwlhal.c
-SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_mwl.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_mwl.h opt_wlan.h
opt_mwl.h:
echo '#define MWL_DEBUG 1'> $@
OpenPOWER on IntegriCloud