Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Revert most of rev 1.137. Build ubsec module on...
details: https://anonhg.NetBSD.org/src/rev/71338f01bee2
branches: trunk
changeset: 331391:71338f01bee2
user: bad <bad%NetBSD.org@localhost>
date: Sun Aug 10 11:50:15 2014 +0000
description:
Revert most of rev 1.137. Build ubsec module only for i386 and amd64 and
punt on the other arches.
diffstat:
sys/modules/Makefile | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (25 lines):
diff -r 27d3228af386 -r 71338f01bee2 sys/modules/Makefile
--- a/sys/modules/Makefile Sun Aug 10 11:30:51 2014 +0000
+++ b/sys/modules/Makefile Sun Aug 10 11:50:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2014/08/10 05:57:31 matt Exp $
+# $NetBSD: Makefile,v 1.140 2014/08/10 11:50:15 bad Exp $
.include <bsd.own.mk>
@@ -143,14 +143,7 @@
SUBDIR+= vmt
.endif
-.if ${MACHINE_ARCH} == "alpha" || \
- !empty(MACHINE_ARCH:Mearm*) || !empty(MACHINE_ARCH:Marm*) || \
- ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "ia64" || \
- ${MACHINE_ARCH} == "hppa" || \
- !empty(MACHINE_ARCH:Mmips*) || \
- ${MACHINE_ARCH} == "sparc" || \
- ${MACHINE_ARCH} == "sparc64" || \
+.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64"
SUBDIR+= ubsec # Builds on architectures with PCI bus
.endif
Home |
Main Index |
Thread Index |
Old Index