aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 14:06:05 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 14:06:05 +0000
commitc706f5f20deabd680106ecaaf8047a03cf1d02ef (patch)
tree4d966d235d91bb71d953145f87eb305fff4e88de /testhal/STM32
parentff7f1dcd2c1bf114cbecd703d1d645c95e6f7146 (diff)
downloadChibiOS-c706f5f20deabd680106ecaaf8047a03cf1d02ef.tar.gz
ChibiOS-c706f5f20deabd680106ecaaf8047a03cf1d02ef.tar.bz2
ChibiOS-c706f5f20deabd680106ecaaf8047a03cf1d02ef.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11729 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f051_discovery2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f103_olimex2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/make/stm32f051_discovery b/testhal/STM32/multi/PAL/make/stm32f051_discovery
index c86e143bd..e8bb01915 100644
--- a/testhal/STM32/multi/PAL/make/stm32f051_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f051_discovery
@@ -84,7 +84,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f051_discovery
BUILDDIR := ./build/stm32f051_discovery
-DEPDIR := ./.dep-stm32f051_discovery
+DEPDIR := ./.dep/stm32f051_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32f103_olimex b/testhal/STM32/multi/PAL/make/stm32f103_olimex
index eaad9bd1c..b5da54fdc 100644
--- a/testhal/STM32/multi/PAL/make/stm32f103_olimex
+++ b/testhal/STM32/multi/PAL/make/stm32f103_olimex
@@ -84,7 +84,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f103_olimex
BUILDDIR := ./build/stm32f103_olimex
-DEPDIR := ./.dep-stm32f103_olimex
+DEPDIR := ./.dep/stm32f103_olimex
# Licensing files.
include $(CHIBIOS)/os/license/license.mk