1 # $NetBSD: std.pmppc,v 1.2 2007/10/17 19:54:16 garbled Exp $
3 # standard, required NetBSD/pmppc 'options'
6 include "conf/std" # MI standard options
8 options PPC_OEA # Artesyn PMPPC uses Motorola PPC750 CPUs
9 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
12 options EXEC_ELF32 # exec ELF binaries
13 options EXEC_SCRIPT # exec #! scripts
14 options EVBPPC_HAS_MBR
18 makeoptions TEXTADDR=0x40000
19 makeoptions BOARDTYPE="pmppc"
20 makeoptions NEED_BINARY=1
22 options PPC_INTR_IMPL="<machine/pmppc_intr.h>"
23 options PPC_PCI_MACHDEP_IMPL="<machine/pmppc_pci_machdep.h>"
25 include "arch/evbppc/conf/files.pmppc"