From 498be17d1f3e02d9bf217a10a8c406ac19a4d322 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Apr 2016 06:03:22 +0000 Subject: Makefiles mass update. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/rules.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'os/common/startup/ARM/compilers/GCC/rules.mk') 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 -- cgit v1.2.3