13 lines
466 B
Makefile
13 lines
466 B
Makefile
# List of the ChibiOS/RT SPC563Mxx port files.
|
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
|
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/bam.s \
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/vectors.s \
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/ivor.s \
|
|
${CHIBIOS}/os/ports/GCC/PPC/crt0.s
|
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/PPC \
|
|
${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx
|
|
|
|
PORTLD = ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/ld
|