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