From b3d190b5c29807393ccaf21789799db53c593c2f Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 9 May 2015 14:19:13 +0000 Subject: [PATCH] Build compat_netbsd32.kmod for arm and mips64 --- sys/modules/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0721c18083fd..e85021adb466 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 @@ -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