From 1aa1169d6bd652d0d690318ea67b1921083c2e25 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 14 Jan 2010 16:49:22 +0000 Subject: [PATCH] Build iwi(4) and iwifw(4) modules on amd64 as well. PR: 113117 Submitted by: "O. Hartmann" MFC after: 1 week --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e128bd0bb2e..c69356971ff 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -513,6 +513,8 @@ _ipmi= ipmi _ips= ips _ipw= ipw _ipwfw= ipwfw +_iwi= iwi +_iwifw= iwifw _iwn= iwn _iwnfw= iwnfw _ixgb= ixgb