Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2012 07:38:40 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234866 - head/sys/modules/mwl
Message-ID:  <201205010738.q417cewW008431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'> $@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205010738.q417cewW008431>