Home | History | Annotate | Line # | Download | only in conf
std.malta revision 1.8
      1 # $NetBSD: std.malta,v 1.8 2011/02/20 07:48:34 matt Exp $
      2 
      3 machine evbmips mips
      4 include		"conf/std"	# MI standard options
      5 
      6 options MIPS3_ENABLE_CLOCK_INTR
      7 
      8 # Platform support
      9 options	MIPS_MALTA
     10 
     11 options	EXEC_ELF32	# exec ELF32 binaries
     12 options	EXEC_SCRIPT	# exec #! scripts
     13 
     14 makeoptions	CFLAGS+="-mips64"
     15 makeoptions	AFLAGS+="-mips64"
     16 makeoptions	DEFTEXTADDR="0x80100000"
     17 makeoptions	BOARDTYPE="malta"
     18 
     19 include "arch/evbmips/conf/files.malta"
     20 
     21 # Atheros HAL options
     22 include "external/isc/atheros_hal/conf/std.ath_hal"
     23