1 1.5 matt # $NetBSD: std.atheros,v 1.5 2011/07/07 05:06:44 matt Exp $ 2 1.1 gdamore 3 1.1 gdamore machine evbmips mips 4 1.1 gdamore include "conf/std" # MI standard options 5 1.1 gdamore 6 1.5 matt options MIPS3_ENABLE_CLOCK_INTR 7 1.1 gdamore 8 1.5 matt options EXEC_ELF32 # exec ELF32 binaries 9 1.5 matt options EXEC_SCRIPT # exec #! scripts 10 1.1 gdamore 11 1.5 matt makeoptions CPUFLAGS+="-mips32" 12 1.1 gdamore makeoptions DEFTEXTADDR="0x80020000" 13 1.1 gdamore makeoptions BOARDTYPE="atheros" 14 1.1 gdamore 15 1.1 gdamore include "arch/evbmips/conf/files.atheros" 16 1.1 gdamore include "arch/mips/conf/files.atheros" 17 1.4 alc 18 1.4 alc # Atheros HAL options 19 1.4 alc include "external/isc/atheros_hal/conf/std.ath_hal" 20