21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
# $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"
|