diff options
Diffstat (limited to 'os/rt/ports')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk new file mode 100644 index 000000000..328f2894f --- /dev/null +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk @@ -0,0 +1,11 @@ +# List of the ChibiOS/RT e200z4 SPC56ELxx port files.
+PORTSRC = #${CHIBIOS}/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/crt0.s
+
+PORTINC = ${CHIBIOS}/os/common/ports/e200/devices/SPC56ELxx \
+ ${CHIBIOS}/os/rt/ports/e200 \
+ ${CHIBIOS}/os/rt/ports/e200/compilers/GCC
+
+PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld
|