diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-23 06:03:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-23 06:03:22 +0000 |
commit | 498be17d1f3e02d9bf217a10a8c406ac19a4d322 (patch) | |
tree | 70d7f913324ab1ee07e285d75fb47b007497df36 /os/common | |
parent | 40122944e0e218026a1ecdb4cf245110368b94c7 (diff) | |
download | ChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.tar.gz ChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.tar.bz2 ChibiOS-498be17d1f3e02d9bf217a10a8c406ac19a4d322.zip |
Makefiles mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/rules.mk | 3 | ||||
-rw-r--r-- | os/common/startup/ARMCMx/compilers/GCC/rules.mk | 3 | ||||
-rw-r--r-- | os/common/startup/SIMIA32/compilers/GCC/rules.mk | 3 | ||||
-rw-r--r-- | os/common/startup/e200/compilers/GCC/rules.mk | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/rules.mk b/os/common/startup/ARM/compilers/GCC/rules.mk index 583e2b88c..b585a277f 100644 --- a/os/common/startup/ARM/compilers/GCC/rules.mk +++ b/os/common/startup/ARM/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
diff --git a/os/common/startup/ARMCMx/compilers/GCC/rules.mk b/os/common/startup/ARMCMx/compilers/GCC/rules.mk index 93191415d..4ea7768ec 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/rules.mk +++ b/os/common/startup/ARMCMx/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
diff --git a/os/common/startup/SIMIA32/compilers/GCC/rules.mk b/os/common/startup/SIMIA32/compilers/GCC/rules.mk index b7e2a5500..47262a27b 100644 --- a/os/common/startup/SIMIA32/compilers/GCC/rules.mk +++ b/os/common/startup/SIMIA32/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
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
|