aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/MEGA/EXT
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-08-16 06:40:13 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-08-16 06:40:13 +0000
commitbe8de9f456fe72873bbf9a3b7fd5f0ce9f786050 (patch)
tree016e6ee859a60372f670364045f579e41282d84f /testhal/AVR/MEGA/EXT
parent7437bfef11387f1521f8c33e81885e186b583626 (diff)
downloadChibiOS-be8de9f456fe72873bbf9a3b7fd5f0ce9f786050.tar.gz
ChibiOS-be8de9f456fe72873bbf9a3b7fd5f0ce9f786050.tar.bz2
ChibiOS-be8de9f456fe72873bbf9a3b7fd5f0ce9f786050.zip
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
Diffstat (limited to 'testhal/AVR/MEGA/EXT')
-rw-r--r--testhal/AVR/MEGA/EXT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/MEGA/EXT/Makefile b/testhal/AVR/MEGA/EXT/Makefile
index efd1466cb..2650225a8 100644
--- a/testhal/AVR/MEGA/EXT/Makefile
+++ b/testhal/AVR/MEGA/EXT/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