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