From 546418f20c177b8457adac3a38be5a6702282e60 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 25 Feb 2013 13:12:58 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5321 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/common/testbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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