summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile
index 6f6ce2e..070566d 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -4,8 +4,9 @@ all: $(TARGET_LIB)
include $(ROOTDIR)/common.mk
include config.mk
+include $(ROOTDIR)/FreeRTOS/config.mk
-TARGET_SRCS = src/init.c
+TARGET_SRCS = src/init.c src/sbrk.c
include $(ROOTDIR)/target-rules.mk