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/SIMIA32/compilers/GCC/rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/common/startup/SIMIA32') 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 -- cgit v1.2.3