std.integrator revision 1.7
1#	$NetBSD: std.integrator,v 1.7 2003/01/02 23:38:01 thorpej Exp $
2#
3# standard NetBSD/integrator options
4
5machine	evbarm arm
6
7# Pull in Integrator config definitions.
8include "arch/evbarm/conf/files.integrator"
9
10options 	EXEC_AOUT
11options 	EXEC_SCRIPT
12options 	EXEC_ELF32
13
14# To support easy transit to ../arch/arm/arm32
15options 	ARM32
16
17options		__OLD_INTERRUPT_CODE	# XXX for now
18
19makeoptions	LOADADDRESS="0xa0100000"
20makeoptions	LINKENTRY="-e 0x10000"
21makeoptions	BOARDTYPE="integrator"
22