summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2006-03-15 20:58:44 +0000
committerdamien <damien@FreeBSD.org>2006-03-15 20:58:44 +0000
commit1be90b4811c008a8b0eaf81db44a8b3d0ecf04b9 (patch)
tree46fd6f790afdb65cdeaef901efe1218a2d4a264c /sys/modules/Makefile
parentc3ce403d42016ced7a153c0e564ba6ef71f4856b (diff)
downloadFreeBSD-src-1be90b4811c008a8b0eaf81db44a8b3d0ecf04b9.zip
FreeBSD-src-1be90b4811c008a8b0eaf81db44a8b3d0ecf04b9.tar.gz
build ipw(4) and iwi(4) modules on i386 and amd64 only.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 5462624..28e3846 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -118,10 +118,10 @@ SUBDIR= ${_3dfx} \
ip_mroute_mod \
${_ipmi} \
${_ips} \
- ipw \
+ ${_ipw} \
isp \
ispfw \
- iwi \
+ ${_iwi} \
joy \
kbdmux \
kue \
@@ -352,6 +352,8 @@ _ibcs2= ibcs2
_ie= ie
_if_ndis= if_ndis
_io= io
+_ipw= ipw
+_iwi= iwi
_linprocfs= linprocfs
_linux= linux
_lnc= lnc
@@ -455,6 +457,8 @@ _iir= iir
_io= io
_ipmi= ipmi
_ips= ips
+_ipw= ipw
+_iwi= iwi
#_lnc= lnc
_mly= mly
_ndis= ndis
OpenPOWER on IntegriCloud