From 6abec945c2cc50d861f43e669b6e621367be0485 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 16 Apr 2016 10:14:41 +0000 Subject: New licensing headers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9286 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/rules.mk | 3 +++ os/common/startup/ARMCMx/compilers/GCC/rules.mk | 3 +++ os/common/startup/SIMIA32/compilers/GCC/rules.mk | 3 +++ os/common/startup/e200/compilers/GCC/rules.mk | 3 +++ 4 files changed, 12 insertions(+) (limited to 'os/common/startup') 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 diff --git a/os/common/startup/ARMCMx/compilers/GCC/rules.mk b/os/common/startup/ARMCMx/compilers/GCC/rules.mk index 4ea7768ec..93191415d 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/rules.mk +++ b/os/common/startup/ARMCMx/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 diff --git a/os/common/startup/SIMIA32/compilers/GCC/rules.mk b/os/common/startup/SIMIA32/compilers/GCC/rules.mk index 47262a27b..b7e2a5500 100644 --- a/os/common/startup/SIMIA32/compilers/GCC/rules.mk +++ b/os/common/startup/SIMIA32/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 diff --git a/os/common/startup/e200/compilers/GCC/rules.mk b/os/common/startup/e200/compilers/GCC/rules.mk index 9e5fd8fb8..e9d839966 100644 --- a/os/common/startup/e200/compilers/GCC/rules.mk +++ b/os/common/startup/e200/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 -- cgit v1.2.3