diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/AVR/RT-ARDUINO-MEGA/Makefile | 2 |
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).
|