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