summaryrefslogtreecommitdiff
path: root/FreeRTOS/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/config.mk')
-rw-r--r--FreeRTOS/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/config.mk b/FreeRTOS/config.mk
index 188050d..d45722a 100644
--- a/FreeRTOS/config.mk
+++ b/FreeRTOS/config.mk
@@ -1,4 +1,4 @@
-TARGET_INCLUDES = $(ROOTDIR)/FreeRTOS/Source/include
+TARGET_INCLUDES += $(ROOTDIR)/FreeRTOS/Source/include
ifeq ($(USE_MPU),true)
TARGET_CPPFLAGS += -DportUSING_MPU_WRAPPERS=1