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
This commit is contained in:
parent
22b4a0834a
commit
03c80333a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue