summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-08-14 22:40:16 +0000
committermarius <marius@FreeBSD.org>2004-08-14 22:40:16 +0000
commit21afb9f757f2ab8ff1da1b590310b8e2ad639cb7 (patch)
tree8adaf514b9a7a6a0dcf68bf8d80516bacc135de6 /sys/modules/Makefile
parent01e75c182c813090dc1411baba4f0a221db29d69 (diff)
downloadFreeBSD-src-21afb9f757f2ab8ff1da1b590310b8e2ad639cb7.zip
FreeBSD-src-21afb9f757f2ab8ff1da1b590310b8e2ad639cb7.tar.gz
Now that hme(4) is MI build its module on all platforms.
Tested by: `make universe` and powerpc cross-build on i386
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 818f0a3..23679e4 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -82,7 +82,7 @@ SUBDIR= ${_3dfx} \
hatm \
${_hfa} \
hifn \
- ${_hme} \
+ hme \
${_i2c} \
${_ibcs2} \
${_ichwd} \
@@ -421,7 +421,6 @@ _gem= gem
.if ${MACHINE_ARCH} == "sparc64"
_gem= gem
-_hme= hme
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
OpenPOWER on IntegriCloud