summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2003-06-24 13:35:46 +0000
committeriedowse <iedowse@FreeBSD.org>2003-06-24 13:35:46 +0000
commite33bf7eadf7cb62b4bd455685aab33a2a8041f84 (patch)
treebec5afe9d6c40be302234da26a0ced7604cfbfdb /sys
parent19daaad84f7092869abb2b40db622a33ef418af7 (diff)
downloadFreeBSD-src-e33bf7eadf7cb62b4bd455685aab33a2a8041f84.zip
FreeBSD-src-e33bf7eadf7cb62b4bd455685aab33a2a8041f84.tar.gz
The ext2fs module needs a machine-dependent bitops.h file, so only
build it on the i386 and alpha architectures, where this has been set up (there is also a sparc64-bitops.h in sys/gnu/ext2fs, but it appears to be broken and it is not linked up). This should unbreak the sparc64 LINT build.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e3805d6..cd8e09e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -147,9 +147,11 @@ SUBDIR= accf_data \
wlan \
xl
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
.if defined(WANT_EXT2FS_MODULE) || defined(ALL_MODULES)
SUBDIR+=ext2fs
.endif
+.endif
.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
SUBDIR+=ipfilter
OpenPOWER on IntegriCloud