23 lines
558 B
Plaintext
23 lines
558 B
Plaintext
# $NetBSD: std.armadillo9,v 1.2 2006/02/13 12:24:22 hamajima Exp $
|
|
#
|
|
# standard NetBSD/evbarm for Armadillo9 options
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
|
|
# Pull in armadillo9 config definitions.
|
|
include "arch/evbarm/conf/files.armadillo9"
|
|
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
|
|
makeoptions BOARDTYPE="armadillo9"
|
|
makeoptions LOADADDRESS="0xc0200000"
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadillo9"
|
|
options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"
|