diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-20 21:32:35 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-20 21:32:35 +0530 |
| commit | 6cdad1d62149c6589de1bd3734eef0c8f561038c (patch) | |
| tree | 65ea9d94807779ba83452930cb7ed162ed258466 /arduino-mk/Arduino.mk | |
| parent | 3b35453564e18025642abc706d84967eef9b2a93 (diff) | |
Add $OBJDIR to the list of configuration that gets printed
Fix #77
Diffstat (limited to 'arduino-mk/Arduino.mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 ######################################################################## |
