1 # $NetBSD: std.ev64260,v 1.2.2.3 2004/09/21 13:15:01 skrll 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=0x3000 15 makeoptions NEED_SREC=yes 16 makeoptions BOARDTYPE="ev64260" 17 options INTSTK=16384 18 19 options PPC_INTR_IMPL="<arch/powerpc/marvell/marvell_intr.h>" 20 options PPC_PCI_MACHDEP_IMPL="<arch/powerpc/marvell/pci_machdep.h>" 21 22 include "arch/evbppc/conf/files.ev64260" 23