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