summaryrefslogtreecommitdiff
path: root/ports/posix/makefile
blob: 91e0792f47d55a008353465cf25faeca052fb6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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