Build compat_netbsd32.kmod for arm and mips64
This commit is contained in:
parent
36f91343b4
commit
b3d190b5c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user