aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560BCxx/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/SPC560BCxx/platform.mk')
-rw-r--r--os/hal/platforms/SPC560BCxx/platform.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC560BCxx/platform.mk b/os/hal/platforms/SPC560BCxx/platform.mk
new file mode 100644
index 000000000..1ce2604a6
--- /dev/null
+++ b/os/hal/platforms/SPC560BCxx/platform.mk
@@ -0,0 +1,9 @@
+# List of all the SPC560B/Cxx platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560BCxx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560BCxx \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1 \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1