aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/common
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:12:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:12:58 +0000
commit546418f20c177b8457adac3a38be5a6702282e60 (patch)
tree0a1172188b9a9c6300104ced3794404bd9b61e9a /testhal/common
parent03cab328fc4625af6d8f8519758a80e1bb82c1ad (diff)
downloadChibiOS-546418f20c177b8457adac3a38be5a6702282e60.tar.gz
ChibiOS-546418f20c177b8457adac3a38be5a6702282e60.tar.bz2
ChibiOS-546418f20c177b8457adac3a38be5a6702282e60.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5321 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/common')
-rw-r--r--testhal/common/testbuild/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/common/testbuild/Makefile b/testhal/common/testbuild/Makefile
index 5d8134d70..280c5f3e3 100644
--- a/testhal/common/testbuild/Makefile
+++ b/testhal/common/testbuild/Makefile
@@ -64,7 +64,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../..
+CHIBIOS = ../../..
#include $(CHIBIOS)/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/templates/platform.mk
include $(CHIBIOS)/os/hal/hal.mk