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