diff options
Diffstat (limited to 'testhal/AVR/ICU/Makefile')
-rw-r--r-- | testhal/AVR/ICU/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testhal/AVR/ICU/Makefile b/testhal/AVR/ICU/Makefile index 2f86af8bf..7e410d01c 100644 --- a/testhal/AVR/ICU/Makefile +++ b/testhal/AVR/ICU/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
|