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