blob: 6069e7dc68438e53d88c9657ea70c79c41910b06 (
plain)
1
2
3
4
5
6
|
# List of all the SPC56x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC56x/hal_lld.c \
${CHIBIOS}/os/hal/platforms/SPC56x/serial_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC56x
|