Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Build compat_netbsd32.kmod for arm and mips64
details: https://anonhg.NetBSD.org/src/rev/e8316a8631b5
branches: trunk
changeset: 338049:e8316a8631b5
user: matt <matt%NetBSD.org@localhost>
date: Sat May 09 14:19:13 2015 +0000
description:
Build compat_netbsd32.kmod for arm and mips64
diffstat:
sys/modules/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 03badd4c0c65 -r e8316a8631b5 sys/modules/Makefile
--- a/sys/modules/Makefile Sat May 09 13:43:45 2015 +0000
+++ b/sys/modules/Makefile Sat May 09 14:19:13 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2015/05/03 02:54:07 pgoyette Exp $
+# $NetBSD: Makefile,v 1.151 2015/05/09 14:19:13 matt Exp $
.include <bsd.own.mk>
@@ -204,6 +204,10 @@
SUBDIR+= wmimsi
.endif
+.if ${MACHINE_CPU} == "arm" || !empty(MACHINE_ARCH:Mmips64*)
+SUBDIR+= compat_netbsd32
+.endif
+
.if ${MACHINE_ARCH} == "x86_64"
SUBDIR+= compat_linux32
SUBDIR+= compat_netbsd32
Home |
Main Index |
Thread Index |
Old Index