aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SPC5/SPC560Dxx/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/SPC5/SPC560Dxx/platform.mk')
-rw-r--r--os/hal/ports/SPC5/SPC560Dxx/platform.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/ports/SPC5/SPC560Dxx/platform.mk b/os/hal/ports/SPC5/SPC560Dxx/platform.mk
index 82ff61fad..bd8909b01 100644
--- a/os/hal/ports/SPC5/SPC560Dxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC560Dxx/platform.mk
@@ -20,3 +20,7 @@ PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Dxx \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/LINFlex_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1
+
+# Shared variables
+ALLCSRC += $(PLATFORMSRC)
+ALLINC += $(PLATFORMINC)