From 42278a5df96b1ccf5e64a0e81b1302ad0399aa54 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Fri, 14 Jul 2017 09:39:23 +0000 Subject: Update all AVR Makefile with the SMART BUILD variable. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10331 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/EXT/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testhal/AVR/EXT/Makefile') diff --git a/testhal/AVR/EXT/Makefile b/testhal/AVR/EXT/Makefile index d13875563..9a87cf0a8 100644 --- a/testhal/AVR/EXT/Makefile +++ b/testhal/AVR/EXT/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 -- cgit v1.2.3