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