summaryrefslogtreecommitdiff
path: root/ports/posix/makefile
blob: 6b9367e0ac781f20b8c6f1117be4c71bb4a85218 (plain)
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