1 # $NetBSD: std.malta,v 1.4 2005/09/17 09:44:06 yamt 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 DEFTEXTADDR="0x80100000" 15 makeoptions BOARDTYPE="malta" 16 17 include "arch/evbmips/conf/files.malta" 18