From 641f2c372605cf405f0dda8536b45a78e0e5e2e2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 09:59:21 +0000 Subject: Tree reorganization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8899 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'os/common/startup/ARM/compilers/GCC/mk') diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk index 4f1af1875..baf301a34 100644 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk @@ -1,9 +1,9 @@ # List of the ChibiOS generic LPC214x file. -STARTUPSRC = $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/crt1.c +STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c -STARTUPASM = $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.s \ + $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.s -STARTUPINC = ${CHIBIOS}/os/common/ports/ARM/devices/LPC214x +STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x -STARTUPLD = ${CHIBIOS}/os/common/ports/ARM/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld -- cgit v1.2.3