blob: 0dc975c028536a81dc7c15a13b1c40a4e912a37b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: std.alchemy,v 1.4 2008/12/11 05:42:18 alc Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR
options ENABLE_MIPS3_WIRED_MAP
options EVBMIPS_CLOCKSUBR
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions DEFTEXTADDR="0x800a0000"
makeoptions BOARDTYPE="alchemy"
include "arch/evbmips/conf/files.alchemy"
include "arch/mips/conf/files.alchemy"
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
|