diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/SPC56x/platform.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/platforms/SPC56x/platform.mk b/os/hal/platforms/SPC56x/platform.mk index 2db26a684..6069e7dc6 100644 --- a/os/hal/platforms/SPC56x/platform.mk +++ b/os/hal/platforms/SPC56x/platform.mk @@ -1,6 +1,6 @@ -# List of all the SPC563 platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/SPC563/serial_lld.c
+# 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/SPC563
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC56x
|