std.ingenic revision 1.1
11.1Smacallan# $NetBSD: std.ingenic,v 1.1 2014/11/22 15:17:02 macallan Exp $ 21.1Smacallan 31.1Smacallanmachine evbmips mips 41.1Smacallaninclude "conf/std" # MI standard options 51.1Smacallan 61.1Smacallanoptions EXEC_ELF32 # exec ELF32 binaries 71.1Smacallanoptions EXEC_SCRIPT # exec #! scripts 81.1Smacallan 91.1Smacallanmakeoptions CPUFLAGS+="-mips32r2" 101.1Smacallanmakeoptions DEFTEXTADDR="0x80020000" 111.1Smacallanmakeoptions BOARDTYPE="ingenic" 121.1Smacallan 131.1Smacallaninclude "arch/evbmips/conf/files.ingenic" 141.1Smacallaninclude "arch/mips/conf/files.ingenic" 151.1Smacallan 16