include $(platform)/src.mk c += terminal.c \ __premain.c \ system.c \ string.c \ strconv.c \ process.c \ math.c \ malloc.c \ kb.c \ filereader.c \ filewriter.c \ debugconsole.c \ arena.c \ mprintf.c \ path.c \ printf.c \ _fat.c \ libfat.c \ in_gb.c \ in_input.c o += terminal.o \ __premain.o \ system.o \ string.o \ strconv.o \ process.o \ math.o \ malloc.o \ kb.o \ filereader.o \ filewriter.o \ debugconsole.o \ arena.o \ mprintf.o \ path.o \ printf.o \ _fat.o \ libfat.o \ in_gb.o \ in_input.o