From a3ce241a45b474eb0b5fffb86040ea6fa554bf1f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 26 Feb 2014 13:44:13 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6730 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk (limited to 'os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk') diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk new file mode 100644 index 000000000..02b8069ad --- /dev/null +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc563mxx.mk @@ -0,0 +1,14 @@ +# List of the ChibiOS/RT e200z3 SPC563Mxx port files. +PORTSRC = ${CHIBIOS}/os/rt/ports/e200/chcore.c + +PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC563Mxx/boot.s \ + $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ + $(CHIBIOS)/os/common/ports/e200/compilers/GCC/crt0.s \ + $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/ivor.s + +PORTINC = ${CHIBIOS}/os/common/ports/e200/compilers/GCC \ + ${CHIBIOS}/os/common/ports/e200/devices/SPC563Mxx \ + ${CHIBIOS}/os/rt/ports/e200 \ + ${CHIBIOS}/os/rt/ports/e200/compilers/GCC + +PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld -- cgit v1.2.3