1 # $NetBSD: std.atheros,v 1.3.66.1 2009/08/07 06:43:26 snj Exp $ 2 3 machine evbmips mips 4 include "conf/std" # MI standard options 5 6 options MIPS3_ENABLE_CLOCK_INTR 7 8 options EXEC_ELF32 # exec ELF32 binaries 9 options EXEC_SCRIPT # exec #! scripts 10 11 makeoptions DEFTEXTADDR="0x80020000" 12 makeoptions BOARDTYPE="atheros" 13 14 include "arch/evbmips/conf/files.atheros" 15 include "arch/mips/conf/files.atheros" 16 17 # Atheros HAL options 18 include "external/isc/atheros_hal/conf/std.ath_hal" 19