summaryrefslogtreecommitdiff
path: root/FreeRTOS/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-24 06:48:12 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-24 06:48:12 +0100
commitd111373489fb9d6e842a298d83399dab25fe6aa9 (patch)
tree666bf17bdac2ac9510061783d8bdfae2e8ac1624 /FreeRTOS/Makefile
parent6c17623845a0d42285d77bdd8bbf177badf5b9f6 (diff)
This setting should actually be more global.
Diffstat (limited to 'FreeRTOS/Makefile')
-rw-r--r--FreeRTOS/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/FreeRTOS/Makefile b/FreeRTOS/Makefile
index dc19136..63760c5 100644
--- a/FreeRTOS/Makefile
+++ b/FreeRTOS/Makefile
@@ -5,10 +5,6 @@ all: $(TARGET_LIB)
include $(ROOTDIR)/common.mk
include config.mk
-ifeq ($(USE_MPU),true)
-TARGET_CPPFLAGS += -DportUSING_MPU_WRAPPERS=1
-endif
-
TARGET_SRCS = Source/croutine.c Source/list.c Source/queue.c Source/tasks.c
ifeq ($(CPU),arm)