From be8de9f456fe72873bbf9a3b7fd5f0ce9f786050 Mon Sep 17 00:00:00 2001 From: tfateba Date: Wed, 16 Aug 2017 06:40:13 +0000 Subject: Update the AVR MEGA testhal Makefile according the new architecture. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10437 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/MEGA/ICU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/AVR/MEGA/ICU/Makefile') diff --git a/testhal/AVR/MEGA/ICU/Makefile b/testhal/AVR/MEGA/ICU/Makefile index 9aa2b3b97..313689ca7 100644 --- a/testhal/AVR/MEGA/ICU/Makefile +++ b/testhal/AVR/MEGA/ICU/Makefile @@ -60,7 +60,7 @@ TARGET = ch OBJDIR = . # Imported source files -CHIBIOS = ../../.. +CHIBIOS = ../../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/board.mk include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk -- cgit v1.2.3