aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MSP430-MSP430x1611-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-25 09:33:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-25 09:33:30 +0000
commit464ab9297ac103d973421c2210e74f8de4c12f36 (patch)
tree633458893df8ad17fd2e4e2c43d04958ca684e42 /demos/MSP430-MSP430x1611-GCC/Makefile
parent1fbfd93a98f00a583ded741fa0218b436e1172ac (diff)
downloadChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.tar.gz
ChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.tar.bz2
ChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.zip
Updated MSP port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/Makefile')
-rw-r--r--demos/MSP430-MSP430x1611-GCC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/Makefile b/demos/MSP430-MSP430x1611-GCC/Makefile
index 2d5568fd7..f454a4500 100644
--- a/demos/MSP430-MSP430x1611-GCC/Makefile
+++ b/demos/MSP430-MSP430x1611-GCC/Makefile
@@ -41,7 +41,7 @@ endif
PROJECT = ch
# Define linker script file here
-LDSCRIPT = mspgcc/msp430x1611.x
+LDSCRIPT = msp430.x
# Imported source files
CHIBIOS = ../..
@@ -111,7 +111,7 @@ CPPWARN = -Wall -Wextra
#
# List all default C defines here, like -D_DEBUG=1
-DDEFS =
+DDEFS = -D__MSP430F1611__
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =