aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC56ELxx/SPI/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-11 12:09:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-11 12:09:26 +0000
commit8041eaf33c2f50f2ef7ed5580d1fb4741c9431c9 (patch)
tree149bdef5cf8d5d9d9109a1a41e8ee76212a14328 /testhal/SPC56ELxx/SPI/Makefile
parent8d2cce8eed6a41f0ba315a77723e25c77ae260fc (diff)
downloadChibiOS-8041eaf33c2f50f2ef7ed5580d1fb4741c9431c9.tar.gz
ChibiOS-8041eaf33c2f50f2ef7ed5580d1fb4741c9431c9.tar.bz2
ChibiOS-8041eaf33c2f50f2ef7ed5580d1fb4741c9431c9.zip
DSPI working on SPC56ELxx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5833 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC56ELxx/SPI/Makefile')
-rw-r--r--testhal/SPC56ELxx/SPI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC56ELxx/SPI/Makefile b/testhal/SPC56ELxx/SPI/Makefile
index ea777f395..afc709b93 100644
--- a/testhal/SPC56ELxx/SPI/Makefile
+++ b/testhal/SPC56ELxx/SPI/Makefile
@@ -59,7 +59,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/SPC56EL70_LSM.ld
+LDSCRIPT= $(PORTLD)/SPC56EL60_LSM.ld
# C sources here.
CSRC = $(PORTSRC) \