From 42278a5df96b1ccf5e64a0e81b1302ad0399aa54 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Fri, 14 Jul 2017 09:39:23 +0000 Subject: Update all AVR Makefile with the SMART BUILD variable. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10331 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/NIL-ARDUINO-MEGA/Makefile | 3 +++ demos/AVR/NIL-ARDUINO-UNO/Makefile | 3 +++ demos/AVR/RT-ARDUINO-LEONARDO/Makefile | 3 +++ demos/AVR/RT-ARDUINO-MEGA/Makefile | 3 +++ demos/AVR/RT-ARDUINO-MINI/Makefile | 3 +++ demos/AVR/RT-ARDUINO-NANO/Makefile | 3 +++ demos/AVR/RT-ARDUINO-UNO/Makefile | 3 +++ demos/AVR/RT-PRO-MICRO/Makefile | 3 +++ demos/AVR/RT-TEENSY2-USB/Makefile | 3 +++ 9 files changed, 27 insertions(+) (limited to 'demos') diff --git a/demos/AVR/NIL-ARDUINO-MEGA/Makefile b/demos/AVR/NIL-ARDUINO-MEGA/Makefile index 161ecd928..6640259e8 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/Makefile +++ b/demos/AVR/NIL-ARDUINO-MEGA/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega2560 diff --git a/demos/AVR/NIL-ARDUINO-UNO/Makefile b/demos/AVR/NIL-ARDUINO-UNO/Makefile index 43180c1ff..2668c9b00 100644 --- a/demos/AVR/NIL-ARDUINO-UNO/Makefile +++ b/demos/AVR/NIL-ARDUINO-UNO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega328p diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile index 506592974..de8f8f5ee 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile +++ b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega32u4 diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile index 72a042845..39542c4be 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/Makefile +++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega2560 diff --git a/demos/AVR/RT-ARDUINO-MINI/Makefile b/demos/AVR/RT-ARDUINO-MINI/Makefile index 0b63fe11c..27fb26fd2 100644 --- a/demos/AVR/RT-ARDUINO-MINI/Makefile +++ b/demos/AVR/RT-ARDUINO-MINI/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega328p diff --git a/demos/AVR/RT-ARDUINO-NANO/Makefile b/demos/AVR/RT-ARDUINO-NANO/Makefile index 471bcafda..6484385ba 100644 --- a/demos/AVR/RT-ARDUINO-NANO/Makefile +++ b/demos/AVR/RT-ARDUINO-NANO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega328p diff --git a/demos/AVR/RT-ARDUINO-UNO/Makefile b/demos/AVR/RT-ARDUINO-UNO/Makefile index 48991f9f1..d6c33a3f6 100644 --- a/demos/AVR/RT-ARDUINO-UNO/Makefile +++ b/demos/AVR/RT-ARDUINO-UNO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega328p diff --git a/demos/AVR/RT-PRO-MICRO/Makefile b/demos/AVR/RT-PRO-MICRO/Makefile index e162b0b90..f9a854287 100644 --- a/demos/AVR/RT-PRO-MICRO/Makefile +++ b/demos/AVR/RT-PRO-MICRO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega32u4 diff --git a/demos/AVR/RT-TEENSY2-USB/Makefile b/demos/AVR/RT-TEENSY2-USB/Makefile index 6f540b11c..242fae2e0 100644 --- a/demos/AVR/RT-TEENSY2-USB/Makefile +++ b/demos/AVR/RT-TEENSY2-USB/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = at90usb1286 -- cgit v1.2.3