Home | History | Annotate | Line # | Download | only in conf
std.malta revision 1.7
      1  1.7    matt # $NetBSD: std.malta,v 1.7 2009/12/14 00:46:01 matt 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.7    matt 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.6     alc 
     20  1.6     alc # Atheros HAL options
     21  1.6     alc include "external/isc/atheros_hal/conf/std.ath_hal"
     22