add powerpc64 support. from dennis.c.ferguson@gmail.com in PR#43029.

This commit is contained in:
mrg 2010-03-22 02:00:33 +00:00
parent 093c642fac
commit eaa088bcc1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/03/31 18:41:40 dyoung Exp $
# $NetBSD: Makefile,v 1.3 2010/03/22 02:00:33 mrg Exp $
.include "../Makefile.inc"
@ -18,6 +18,9 @@ SRCS+= uvm_coredump.c
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
.PATH: ${S}/arch/x86/x86
.endif
.if ${MACHINE_ARCH} == "powerpc64"
.PATH: ${S}/arch/powerpc/powerpc
.endif
SRCS+= core_machdep.c
.include <bsd.kmodule.mk>