aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560Pxx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-21 10:39:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-21 10:39:16 +0000
commit442fea6ed3ad06974cbc224b4f719ddd08192f91 (patch)
tree16780d9a2ea56cb8bb69b6eed9f43bb9b42b6b54 /os/hal/platforms/SPC560Pxx/platform.mk
parent7a68e17dd09c3c148ba9d50a5728491988940d69 (diff)
downloadChibiOS-442fea6ed3ad06974cbc224b4f719ddd08192f91.tar.gz
ChibiOS-442fea6ed3ad06974cbc224b4f719ddd08192f91.tar.bz2
ChibiOS-442fea6ed3ad06974cbc224b4f719ddd08192f91.zip
Systick works now, better SPC560P ME support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4707 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560Pxx/platform.mk')
-rw-r--r--os/hal/platforms/SPC560Pxx/platform.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC560Pxx/platform.mk b/os/hal/platforms/SPC560Pxx/platform.mk
index 93deebba8..847e7e821 100644
--- a/os/hal/platforms/SPC560Pxx/platform.mk
+++ b/os/hal/platforms/SPC560Pxx/platform.mk
@@ -1,5 +1,7 @@
# List of all the SPC560Pxx platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx/hal_lld.c
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx \
+ ${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1