diff options
| author | Martin Oldfield <m@mjo.tc> | 2012-09-17 16:29:31 +0100 |
|---|---|---|
| committer | Martin Oldfield <m@mjo.tc> | 2012-09-17 16:29:31 +0100 |
| commit | 03c80333a48c6c3b8706c6393c90bec8bc5f8aa1 (patch) | |
| tree | 21f6e86feacbb0afaa315763deb1283aee89445d /arduino-mk | |
| parent | 22b4a0834ab7c5123df908fd546198688c96023c (diff) | |
Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG dependent. This follows comments from Matthias Urlichs and Scott Howard
Diffstat (limited to 'arduino-mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 315eddc..dc8aa6c 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -417,7 +417,7 @@ ifndef ISP_EXT_FUSE ISP_EXT_FUSE = $(shell $(PARSE_BOARD_CMD) $(BOARD_TAG) bootloader.extended_fuses) endif -# Everything gets built in here +# Everything gets built in here (include BOARD_TAG now) ifndef OBJDIR OBJDIR = build-$(BOARD_TAG) endif |
