diff options
Diffstat (limited to 'ports/posix/makefile')
| -rw-r--r-- | ports/posix/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/posix/makefile b/ports/posix/makefile new file mode 100644 index 0000000..58d42be --- /dev/null +++ b/ports/posix/makefile @@ -0,0 +1,13 @@ + + +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 \ |
