aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-05 10:21:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-05 10:21:49 +0000
commit7540eb36639f35b71c543d1d80da998f909aa139 (patch)
treec9d436bfc22b44782941a171d04b1cbbec288189 /os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
parentdff9e162855eaafe4aa6e2d6d9f4ad48a0ac85a5 (diff)
downloadChibiOS-7540eb36639f35b71c543d1d80da998f909aa139.tar.gz
ChibiOS-7540eb36639f35b71c543d1d80da998f909aa139.tar.bz2
ChibiOS-7540eb36639f35b71c543d1d80da998f909aa139.zip
Added portability include path to the various startup.mk files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11227 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk')
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
index 761cd2a0e..f53352456 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
@@ -5,7 +5,8 @@ STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Dxx/boot.S \
$(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
$(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
-STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
+STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \
+ ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld