aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/GCC/rules.mk')
-rw-r--r--os/common/startup/e200/compilers/GCC/rules.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/common/startup/e200/compilers/GCC/rules.mk b/os/common/startup/e200/compilers/GCC/rules.mk
index e9d839966..9e5fd8fb8 100644
--- a/os/common/startup/e200/compilers/GCC/rules.mk
+++ b/os/common/startup/e200/compilers/GCC/rules.mk
@@ -9,9 +9,6 @@ OPT = $(USE_OPT)
COPT = $(USE_COPT)
CPPOPT = $(USE_CPPOPT)
-# Enforced search paths
-INCDIR := $(CHIBIOS)/os/license $(INCDIR)
-
# Garbage collection
ifeq ($(USE_LINK_GC),yes)
OPT += -ffunction-sections -fdata-sections -fno-common