aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 15:30:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 15:30:38 +0000
commitc34ac9fb5361d0edd8640442b4fc84a16b23595e (patch)
treebd282e484ef161166411b865489764fa316005aa /demos
parent0c57f0a00bc194ddcba02ea64c79ce0dcc63af0f (diff)
downloadChibiOS-c34ac9fb5361d0edd8640442b4fc84a16b23595e.tar.gz
ChibiOS-c34ac9fb5361d0edd8640442b4fc84a16b23595e.tar.bz2
ChibiOS-c34ac9fb5361d0edd8640442b4fc84a16b23595e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5191 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/PPC-SPC560P-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC560P-GCC/Makefile b/demos/PPC-SPC560P-GCC/Makefile
index 62303fdd1..bedba5609 100644
--- a/demos/PPC-SPC560P-GCC/Makefile
+++ b/demos/PPC-SPC560P-GCC/Makefile
@@ -54,7 +54,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/SPC560P44.ld
+LDSCRIPT= $(PORTLD)/SPC560P50.ld
# C sources here.
CSRC = $(PORTSRC) \