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-12 09:41:58 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c \
|
2012-12-12 11:29:01 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1/pal_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 \
|
2012-12-12 09:41:58 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1 \
|
2012-12-12 11:29:01 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1
|