From a4cef8ba42643736d94e4e0ede3b217739339ee3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 29 Mar 2015 09:40:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7829 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARM/compilers/GCC/mk/startup_lpc214x.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 os/common/ports/ARM/compilers/GCC/mk/startup_lpc214x.mk (limited to 'os/common/ports/ARM/compilers/GCC') diff --git a/os/common/ports/ARM/compilers/GCC/mk/startup_lpc214x.mk b/os/common/ports/ARM/compilers/GCC/mk/startup_lpc214x.mk new file mode 100644 index 000000000..4927fd31d --- /dev/null +++ b/os/common/ports/ARM/compilers/GCC/mk/startup_lpc214x.mk @@ -0,0 +1,9 @@ +# List of the ChibiOS generic LPC214x file. +STARTUPSRC = + +STARTUPASM = $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/vectors.s \ + $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/crt0.s + +STARTUPINC = ${CHIBIOS}/os/common/ports/ARM/devices/LPC214x + +STARTUPLD = ${CHIBIOS}/os/common/ports/ARM/compilers/GCC/ld -- cgit v1.2.3