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/fe7530a88000
branches:  trunk
changeset: 798152:fe7530a88000
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 503bf882eafe -r fe7530a88000 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