aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/SPI
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:12:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:12:19 +0000
commitcf83a936139998a892f5e1063563eca3fe6525c3 (patch)
tree8ef608eb16dedae74e9db962d1e036d9700aec75 /testhal/STM32/SPI
parent038f6463b4b1536580a638392b11c71c3a8aa6fd (diff)
downloadChibiOS-cf83a936139998a892f5e1063563eca3fe6525c3.tar.gz
ChibiOS-cf83a936139998a892f5e1063563eca3fe6525c3.tar.bz2
ChibiOS-cf83a936139998a892f5e1063563eca3fe6525c3.zip
Improvements to the ARMCMx directories structure organization. Adjusted the affected makefiles (STM32 demos only).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2330 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/SPI')
-rw-r--r--testhal/STM32/SPI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/SPI/Makefile b/testhal/STM32/SPI/Makefile
index 0eddf28a2..bf08c2ba9 100644
--- a/testhal/STM32/SPI/Makefile
+++ b/testhal/STM32/SPI/Makefile
@@ -60,7 +60,7 @@ CHIBIOS = ../../..
include $(CHIBIOS)/boards/OLIMEX_STM32_P103/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F10x/port.mk
+include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
@@ -102,7 +102,7 @@ TCPPSRC =
# List ASM source files here
ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F10x/vectors_md.s
+ $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/vectors_md.s
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \