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