1 # std.armadillo9,v 1.2 2006/02/13 12:24:22 hamajima Exp 2 # 3 # standard NetBSD/evbarm for Armadillo9 options 4 5 machine evbarm arm 6 include "conf/std" # MI standard options 7 include "arch/arm/conf/std.arm" # arch standard options 8 9 # Pull in armadillo9 config definitions. 10 include "arch/evbarm/conf/files.armadillo9" 11 12 13 options EXEC_ELF32 14 options EXEC_SCRIPT 15 16 # To support easy transit to ../arch/arm/arm32 17 options ARM32 18 19 20 makeoptions BOARDTYPE="armadillo9" 21 makeoptions LOADADDRESS="0xc0200000" 22 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadillo9" 23 options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>" 24