1 # $NetBSD: std.integrator,v 1.9 2003/04/08 20:50:05 thorpej Exp $ 2 # 3 # standard NetBSD/integrator options 4 5 machine evbarm arm 6 7 # Pull in Integrator config definitions. 8 include "arch/evbarm/conf/files.integrator" 9 10 options EXEC_AOUT 11 options EXEC_SCRIPT 12 options EXEC_ELF32 13 14 # To support easy transit to ../arch/arm/arm32 15 options ARM32 16 17 options __OLD_INTERRUPT_CODE # XXX for now 18 19 makeoptions BOARDTYPE="integrator" 20 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.integrator" 21