2012-09-17 09:24:13 +00:00
|
|
|
# List of the ChibiOS/RT SPC560Pxx port files.
|
2012-09-14 12:57:19 +00:00
|
|
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
|
|
|
|
|
2012-12-12 09:02:08 +00:00
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/bam.s \
|
2013-02-15 14:11:01 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/core.s \
|
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/vectors.s \
|
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/ivor.s \
|
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/crt0.s
|
2012-09-14 12:57:19 +00:00
|
|
|
|
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/PPC \
|
2012-09-17 09:24:13 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx
|
2012-09-14 12:57:19 +00:00
|
|
|
|
2012-09-17 09:24:13 +00:00
|
|
|
PORTLD = ${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/ld
|