2013-02-04 10:21:25 +00:00
|
|
|
# List of the ChibiOS/RT SPC56ELxx port files.
|
|
|
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
|
|
|
|
|
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/bam.s \
|
2013-02-06 10:35:15 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/core.s \
|
2013-02-06 10:25:53 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/vectors.s \
|
2013-02-06 10:35:15 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/ivor.s \
|
2013-02-06 10:25:53 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/crt0.s
|
2013-02-04 10:21:25 +00:00
|
|
|
|
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/PPC \
|
|
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx
|
|
|
|
|
|
|
|
PORTLD = ${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/ld
|