1# $NetBSD: std.pmppc,v 1.2 2007/10/17 19:54:16 garbled 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 15options __HAVE_TIMECOUNTER 16 17options INTSTK=0x2000 18 19makeoptions TEXTADDR=0x40000 20makeoptions BOARDTYPE="pmppc" 21makeoptions NEED_BINARY=1 22 23options PPC_INTR_IMPL="<machine/pmppc_intr.h>" 24options PPC_PCI_MACHDEP_IMPL="<machine/pmppc_pci_machdep.h>" 25 26include "arch/evbppc/conf/files.pmppc" 27