aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/SPI
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-14 19:17:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-14 19:17:44 +0000
commit208c4fe1ef35eb7ae8c1dc63f6137da9010dec3f (patch)
tree4a657d29e510fa83d5d3e9cff8199e0dc05667c9 /testhal/STM32/SPI
parentb0d567f813e071a5f8db7c32855f418925db55d4 (diff)
downloadChibiOS-208c4fe1ef35eb7ae8c1dc63f6137da9010dec3f.tar.gz
ChibiOS-208c4fe1ef35eb7ae8c1dc63f6137da9010dec3f.tar.bz2
ChibiOS-208c4fe1ef35eb7ae8c1dc63f6137da9010dec3f.zip
Single and improved STM32 vectors file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2367 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/SPI')
-rw-r--r--testhal/STM32/SPI/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/STM32/SPI/Makefile b/testhal/STM32/SPI/Makefile
index bf08c2ba9..d7822cdb3 100644
--- a/testhal/STM32/SPI/Makefile
+++ b/testhal/STM32/SPI/Makefile
@@ -101,8 +101,7 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/vectors_md.s
+ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \