1 # $NetBSD: std.ev64260,v 1.8 2010/04/28 13:51:56 kiyohara Exp $ 2 # 3 # standard, required NetBSD/evbppc 'options' 4 5 machine evbppc powerpc 6 include "conf/std" # MI standard options 7 8 options PPC_OEA # Discovery uses Motorola PPC60x CPUs 9 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 10 11 # Executable support: 12 options EXEC_ELF32 # exec ELF binaries 13 options EXEC_SCRIPT # exec #! scripts 14 15 makeoptions TEXTADDR=0x3000 16 makeoptions NEED_SREC=yes 17 makeoptions BOARDTYPE="ev64260" 18 options INTSTK=16384 19 20 options PPC_INTR_IMPL="<powerpc/marvell/marvell_intr.h>" 21 options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" 22 23 include "arch/evbppc/conf/files.ev64260" 24