2012-09-17 14:31:16 +00:00
|
|
|
# List of all the SPC560Pxx platform files.
|
2012-09-21 10:39:16 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
|
2012-09-17 14:31:16 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-09-21 10:39:16 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1
|