1# $NetBSD: std.pmppc,v 1.4 2011/06/22 05:08:56 matt Exp $ 2# 3# standard, required NetBSD/pmppc 'options' 4 5machine evbppc powerpc 6include "conf/std" # MI standard options 7 8options PPC_OEA # Artesyn PMPPC uses Motorola PPC750 CPUs 9makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 10 11# Executable support: 12options EXEC_ELF32 # exec ELF binaries 13options EXEC_SCRIPT # exec #! scripts 14options EVBPPC_HAS_MBR 15 16options INTSTK=0x2000 17 18makeoptions TEXTADDR=0x40000 19makeoptions BOARDTYPE="pmppc" 20makeoptions NEED_BINARY=1 21 22options PPC_INTR_IMPL="<machine/pmppc_intr.h>" 23options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" 24 25include "arch/evbppc/conf/files.pmppc" 26