Author: uqs
Date: Tue May 1 07:38:40 2012
New Revision: 234866
URL: http://svn.freebsd.org/changeset/base/234866
Log:
Fix make depend.
Modified:
head/sys/modules/mwl/Makefile
Modified: head/sys/modules/mwl/Makefile
==============================================================================
--- head/sys/modules/mwl/Makefile Tue May 1 07:27:23 2012
(r234865)
+++ head/sys/modules/mwl/Makefile Tue May 1 07:38:40 2012
(r234866)
@@ -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'> $@
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"