diff options
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-UNO/Makefile')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-UNO/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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
|