summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile
index 070566d..c19d685 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -6,7 +6,7 @@ include $(ROOTDIR)/common.mk
include config.mk
include $(ROOTDIR)/FreeRTOS/config.mk
-TARGET_SRCS = src/init.c src/sbrk.c
+TARGET_SRCS = src/init.c src/sbrk.c src/sprintf.c src/malloc.c src/free.c src/fclose.c src/read.c src/lseek.c src/write.c src/close.c
include $(ROOTDIR)/target-rules.mk