From 6cdad1d62149c6589de1bd3734eef0c8f561038c Mon Sep 17 00:00:00 2001 From: Sudar Date: Thu, 20 Jun 2013 21:32:35 +0530 Subject: Add $OBJDIR to the list of configuration that gets printed Fix #77 --- arduino-mk/Arduino.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arduino-mk/Arduino.mk') diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index b04d057..c6a49bc 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -503,6 +503,9 @@ endif # Everything gets built in here (include BOARD_TAG now) ifndef OBJDIR OBJDIR = build-$(BOARD_TAG) + $(call show_config_variable,OBJDIR,[COMPUTED],(from BOARD_TAG)) +else + $(call show_config_variable,OBJDIR,[USER]) endif ######################################################################## -- cgit v1.2.3