aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-03-15 08:03:58 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-03-15 08:03:58 +0000
commitb300b61ee0ba70abb293a3724993492625716f4f (patch)
tree1d22e824f6c46050560f892698d6e793f9514a86 /demos/AVR
parent86ed98b30ac09c73f346bf97558cea7fa9b4e764 (diff)
downloadChibiOS-b300b61ee0ba70abb293a3724993492625716f4f.tar.gz
ChibiOS-b300b61ee0ba70abb293a3724993492625716f4f.tar.bz2
ChibiOS-b300b61ee0ba70abb293a3724993492625716f4f.zip
Update testhal makefile to avoid compîlation errors with chlib.h and chlicense files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11760 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/AVR')
-rw-r--r--demos/AVR/RT-ARDUINO-MEGA/Makefile2
1 files changed, 2 insertions, 0 deletions
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).