2012-12-11 10:27:10 +00:00
|
|
|
# List of all the SPC56x platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx/hal_lld.c \
|
2012-12-11 10:51:38 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c
|
2012-12-11 10:27:10 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-12-11 10:51:38 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1
|