blob: 72c3fee06a3f503c465523a6608623c65fca7160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: std.epoc32,v 1.2 2018/01/17 20:30:16 skrll Exp $
#
# standard NetBSD/epoc32 options
machine epoc32 arm
include "conf/std" # MI standard options
include "arch/arm/conf/std.arm" # arch standard options
options EXEC_AOUT
options EXEC_ELF32
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
makeoptions KERNEL_BASE_PHYS="0xc0030000"
makeoptions LOADADDRESS="0xc0030000"
options ARM_INTR_IMPL="<machine/intr.h>"
|