Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: std.meraki,v 1.3 2011/07/07 05:06:44 matt 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	CPUFLAGS+="-mips32"
     12 makeoptions	DEFTEXTADDR="0x80041000"
     13 makeoptions	BOARDTYPE="atheros"
     14 
     15 include 	"arch/evbmips/conf/files.atheros"
     16 include 	"arch/mips/conf/files.atheros"
     17 
     18 # Atheros HAL options
     19 include "external/isc/atheros_hal/conf/std.ath_hal"
     20