6 lines
195 B
Makefile
6 lines
195 B
Makefile
|
# List of all the SPC560Pxx platform files.
|
||
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx/hal_lld.c
|
||
|
|
||
|
# Required include directories
|
||
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx
|