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 d45722a..ca7bd93 100644
--- a/FreeRTOS/config.mk
+++ b/FreeRTOS/config.mk
@@ -6,7 +6,7 @@ endif
ifeq ($(CPU),arm)
ifeq ($(CPU_FLAVOR),lpc1768)
-TARGET_INCLUDES += $(ROOTDIR)/config/arm/lpc1768 $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/DeviceSupport/NXP/LPC17xx $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/CoreSupport
+TARGET_INCLUDES += $(ROOTDIR)/config/arm/lpc1768
ifeq ($(USE_MPU),true)
TARGET_INCLUDES += $(ROOTDIR)/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU
else