From b300b61ee0ba70abb293a3724993492625716f4f Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Thu, 15 Mar 2018 08:03:58 +0000 Subject: =?UTF-8?q?Update=20testhal=20makefile=20to=20avoid=20comp=C3=AEla?= =?UTF-8?q?tion=20errors=20with=20chlib.h=20and=20chlicense=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11760 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/AVR/RT-ARDUINO-MEGA/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos/AVR/RT-ARDUINO-MEGA') diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile index 0447265c5..cce661591 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/Makefile +++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile @@ -84,6 +84,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../.. + +# Licensing files. include $(CHIBIOS)/os/license/license.mk # HAL-OSAL files (optional). -- cgit v1.2.3