1 2 3 4 5 6 7 8 9 10 11 12 13 14
PREFIX = LDFLAGS = $(LIBDIR) $(LIBS) C_INCLUDES += \ -Ilib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/ \ -Iports/posix/src/ C_SOURCES += \ lib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/port.c \ ports/posix/src/stream_stdio.c \ ports/posix/src/port_devices.c