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