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