diff options
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/rules.mk')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/rules.mk b/os/common/startup/ARM/compilers/GCC/rules.mk index b585a277f..583e2b88c 100644 --- a/os/common/startup/ARM/compilers/GCC/rules.mk +++ b/os/common/startup/ARM/compilers/GCC/rules.mk @@ -9,6 +9,9 @@ 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
|