include $(platform)/src.mk c += printf.c \ path.c \ mprintf.c o += printf.o \ path.o \ mprintf.o