Module Name: src
Committed By: matt
Date: Sat May 9 14:19:13 UTC 2015
Modified Files:
src/sys/modules: Makefile
Log Message:
Build compat_netbsd32.kmod for arm and mips64
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.150 src/sys/modules/Makefile:1.151
--- src/sys/modules/Makefile:1.150 Sun May 3 02:54:07 2015
+++ src/sys/modules/Makefile Sat May 9 14:19:13 2015
@@ -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+= wmihp
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