1 1.2 macallan # $NetBSD: std.ingenic,v 1.2 2015/07/11 19:01:17 macallan Exp $ 2 1.1 macallan 3 1.1 macallan machine evbmips mips 4 1.1 macallan include "conf/std" # MI standard options 5 1.1 macallan 6 1.1 macallan options EXEC_ELF32 # exec ELF32 binaries 7 1.1 macallan options EXEC_SCRIPT # exec #! scripts 8 1.1 macallan 9 1.1 macallan makeoptions CPUFLAGS+="-mips32r2" 10 1.1 macallan makeoptions DEFTEXTADDR="0x80020000" 11 1.1 macallan makeoptions BOARDTYPE="ingenic" 12 1.1 macallan 13 1.1 macallan include "arch/evbmips/conf/files.ingenic" 14 1.1 macallan include "arch/mips/conf/files.ingenic" 15 1.2 macallan include "dev/sdmmc/files.sdmmc" # SD/MMC devices 16