1 # $NetBSD: std.integrator,v 1.10 2003/05/03 00:39:21 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 # New pmap options are standard on this board 18 options ARM32_PMAP_NEW 19 #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 20 21 options __OLD_INTERRUPT_CODE # XXX for now 22 23 makeoptions BOARDTYPE="integrator" 24 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.integrator" 25