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 --- demos/AVR/RT-PRO-MICRO/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/AVR/RT-PRO-MICRO') diff --git a/demos/AVR/RT-PRO-MICRO/Makefile b/demos/AVR/RT-PRO-MICRO/Makefile index e162b0b90..f9a854287 100644 --- a/demos/AVR/RT-PRO-MICRO/Makefile +++ b/demos/AVR/RT-PRO-MICRO/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 = atmega32u4 -- cgit v1.2.3