diff options
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk | 3 |
1 files changed, 2 insertions, 1 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 index 328f2894f..192ee1773 100644 --- a/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk @@ -1,7 +1,8 @@ # 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 \
+PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC56ELxx/boot.s \
+ $(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 \
|