diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 9e8bace93be4..97f7ce70d4d0 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -1,9 +1,9 @@ -# $NetBSD: files.powerpc,v 1.50 2003/07/18 01:08:11 matt Exp $ +# $NetBSD: files.powerpc,v 1.51 2003/08/03 21:38:08 matt Exp $ defflag opt_altivec.h ALTIVEC K_ALTIVEC defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK SPILLSTK CLOCKBASE -defflag opt_ppcarch.h PPC_OEA PPC_MPC8XX PPC_IBM4XX PPC_IBM403 +defflag opt_ppcarch.h PPC_OEA PPC_OEA64 PPC_MPC8XX PPC_IBM4XX PPC_IBM403 defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS file arch/powerpc/powerpc/copystr.c @@ -65,6 +65,9 @@ include "compat/darwin/files.darwin" include "compat/freebsd/files.freebsd" file arch/powerpc/powerpc/darwin_machdep.c compat_darwin +include "compat/netbsd32/files.netbsd32" +file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32 + # OSS audio driver compatibility include "compat/ossaudio/files.ossaudio"