aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MINI
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-07-14 09:39:23 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-07-14 09:39:23 +0000
commit42278a5df96b1ccf5e64a0e81b1302ad0399aa54 (patch)
tree53e27b1dbc2107979b043eb96eb662f26a4c7581 /demos/AVR/RT-ARDUINO-MINI
parent93a50c1962a669a24e25207281bd558529d42916 (diff)
downloadChibiOS-42278a5df96b1ccf5e64a0e81b1302ad0399aa54.tar.gz
ChibiOS-42278a5df96b1ccf5e64a0e81b1302ad0399aa54.tar.bz2
ChibiOS-42278a5df96b1ccf5e64a0e81b1302ad0399aa54.zip
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
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MINI')
-rw-r--r--demos/AVR/RT-ARDUINO-MINI/Makefile3
1 files changed, 3 insertions, 0 deletions
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