aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430/port.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-01 08:57:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-01 08:57:23 +0000
commit7cdd09461c5748e72af5a9f5dc3344eed27e64ba (patch)
treeb5ceb17ef17786c775a43c467b9abafe5a6cf794 /os/ports/GCC/MSP430/port.mk
parent3fbe4a0bac0fa46df40c5f9aeb9a2bf039832b7d (diff)
downloadChibiOS-7cdd09461c5748e72af5a9f5dc3344eed27e64ba.tar.gz
ChibiOS-7cdd09461c5748e72af5a9f5dc3344eed27e64ba.tar.bz2
ChibiOS-7cdd09461c5748e72af5a9f5dc3344eed27e64ba.zip
Fixed bug 3587633.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4858 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/MSP430/port.mk')
-rw-r--r--os/ports/GCC/MSP430/port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/MSP430/port.mk b/os/ports/GCC/MSP430/port.mk
index 60b3f8add..8291fa9d9 100644
--- a/os/ports/GCC/MSP430/port.mk
+++ b/os/ports/GCC/MSP430/port.mk
@@ -1,6 +1,6 @@
# List of the ChibiOS/RT MSP430 port files.
-PORTSRC = ${CHIBIOS}/os/ports/GCC/MSP430/chcore.c
+PORTSRC =
-PORTASM =
+PORTASM = ${CHIBIOS}/os/ports/GCC/MSP430/chcoreasm.s
PORTINC = ${CHIBIOS}/os/ports/GCC/MSP430