svn commit: r202754 - stable/7/sys/modules
Christian Brueffer
brueffer at FreeBSD.org
Thu Jan 21 16:41:14 UTC 2010
Author: brueffer
Date: Thu Jan 21 16:41:13 2010
New Revision: 202754
URL: http://svn.freebsd.org/changeset/base/202754
Log:
MFC: r202290
Build iwi(4) and iwifw(4) modules on amd64 as well.
Modified:
stable/7/sys/modules/Makefile
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/modules/Makefile
==============================================================================
--- stable/7/sys/modules/Makefile Thu Jan 21 16:31:45 2010 (r202753)
+++ stable/7/sys/modules/Makefile Thu Jan 21 16:41:13 2010 (r202754)
@@ -553,6 +553,8 @@ _ipmi= ipmi
_ips= ips
_ipw= ipw
_ipwfw= ipwfw
+_iwi= iwi
+_iwifw= iwifw
_ixgb= ixgb
_lindev= lindev
_linprocfs= linprocfs
More information about the svn-src-all
mailing list