Author: brueffer Date: Thu Jan 14 16:49:22 2010 New Revision: 202290 URL: http://svn.freebsd.org/changeset/base/202290
Log: Build iwi(4) and iwifw(4) modules on amd64 as well. PR: 113117 Submitted by: "O. Hartmann" <[email protected]> MFC after: 1 week Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Thu Jan 14 15:27:18 2010 (r202289) +++ head/sys/modules/Makefile Thu Jan 14 16:49:22 2010 (r202290) @@ -513,6 +513,8 @@ _ipmi= ipmi _ips= ips _ipw= ipw _ipwfw= ipwfw +_iwi= iwi +_iwifw= iwifw _iwn= iwn _iwnfw= iwnfw _ixgb= ixgb _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
