summaryrefslogtreecommitdiff
path: root/FreeRTOS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Makefile')
-rw-r--r--FreeRTOS/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/FreeRTOS/Makefile b/FreeRTOS/Makefile
index 90a54da..7c8149d 100644
--- a/FreeRTOS/Makefile
+++ b/FreeRTOS/Makefile
@@ -5,6 +5,7 @@ all: $(TARGET_LIB)
include $(ROOTDIR)/common.mk
include config.mk
include $(ROOTDIR)/arch/config.mk
+include $(ROOTDIR)/os/config.mk
TARGET_SRCS = Source/croutine.c Source/list.c Source/queue.c Source/tasks.c