From 8ff2ef1974491bcdd9f47bd21d573922e7fbcdc6 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Thu, 7 Sep 2017 20:42:45 +0000 Subject: Add comment to all AVR Makefiles. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/MEGA/I2C/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testhal/AVR/MEGA/I2C') diff --git a/testhal/AVR/MEGA/I2C/Makefile b/testhal/AVR/MEGA/I2C/Makefile index 4833ee9ab..92aac71c2 100644 --- a/testhal/AVR/MEGA/I2C/Makefile +++ b/testhal/AVR/MEGA/I2C/Makefile @@ -61,10 +61,12 @@ OBJDIR = . # Imported source files CHIBIOS = ../../../.. +# HAL-OSAL files (optional). 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 include $(CHIBIOS)/os/hal/osal/rt/osal.mk +# RTOS files (optional). include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk -- cgit v1.2.3