From e46ea682c1aa214ccb59c9871914993c9375e5c2 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 08:54:54 +0100 Subject: Fixing a few templates, and making the various needed functions available. --- FreeRTOS/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FreeRTOS/config.mk') 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 -- cgit v1.2.3