summaryrefslogtreecommitdiff
path: root/ports/posix/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/posix/makefile')
-rw-r--r--ports/posix/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/posix/makefile b/ports/posix/makefile
new file mode 100644
index 0000000..9031b76
--- /dev/null
+++ b/ports/posix/makefile
@@ -0,0 +1,12 @@
+
+
+PREFIX =
+
+LDFLAGS = $(LIBDIR) $(LIBS)
+
+C_INCLUDES += \
+-Ilib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/ \
+
+C_SOURCES += \
+lib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/port.c \
+ports/posix/src/stream_stdio.c