std.ev64260 revision 1.6
1# $NetBSD: std.ev64260,v 1.6 2007/10/17 19:54:16 garbled Exp $ 2# 3# standard, required NetBSD/evbppc 'options' 4 5machine evbppc powerpc 6include "conf/std" # MI standard options 7 8options PPC_OEA # Discovery uses Motorola PPC60x 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 14 15makeoptions TEXTADDR=0x3000 16makeoptions NEED_SREC=yes 17makeoptions BOARDTYPE="ev64260" 18options INTSTK=16384 19options __HAVE_TIMECOUNTER 20 21options PPC_INTR_IMPL="<powerpc/marvell/marvell_intr.h>" 22options PPC_PCI_MACHDEP_IMPL="<powerpc/marvell/pci_machdep.h>" 23 24include "arch/evbppc/conf/files.ev64260" 25