11.5Smatt# $NetBSD: std.atheros,v 1.5 2011/07/07 05:06:44 matt Exp $ 21.1Sgdamore 31.1Sgdamoremachine evbmips mips 41.1Sgdamoreinclude "conf/std" # MI standard options 51.1Sgdamore 61.5Smattoptions MIPS3_ENABLE_CLOCK_INTR 71.1Sgdamore 81.5Smattoptions EXEC_ELF32 # exec ELF32 binaries 91.5Smattoptions EXEC_SCRIPT # exec #! scripts 101.1Sgdamore 111.5Smattmakeoptions CPUFLAGS+="-mips32" 121.1Sgdamoremakeoptions DEFTEXTADDR="0x80020000" 131.1Sgdamoremakeoptions BOARDTYPE="atheros" 141.1Sgdamore 151.1Sgdamoreinclude "arch/evbmips/conf/files.atheros" 161.1Sgdamoreinclude "arch/mips/conf/files.atheros" 171.4Salc 181.4Salc# Atheros HAL options 191.4Salcinclude "external/isc/atheros_hal/conf/std.ath_hal" 20