diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:12:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:12:19 +0000 |
commit | cf83a936139998a892f5e1063563eca3fe6525c3 (patch) | |
tree | 8ef608eb16dedae74e9db962d1e036d9700aec75 /os/ports/GCC/ARMCMx/STM32 | |
parent | 038f6463b4b1536580a638392b11c71c3a8aa6fd (diff) | |
download | ChibiOS-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 'os/ports/GCC/ARMCMx/STM32')
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32/port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32/port.mk b/os/ports/GCC/ARMCMx/STM32/port.mk index 52d3b912e..deb3ad1c6 100644 --- a/os/ports/GCC/ARMCMx/STM32/port.mk +++ b/os/ports/GCC/ARMCMx/STM32/port.mk @@ -7,5 +7,5 @@ PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \ PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0_v7m.s
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
- ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32F10x \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32 \
${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis
|