Skip to content

Commit

Permalink
fixup! Makefile.include: include iotlab.single.inc.mk before checking…
Browse files Browse the repository at this point in the history
… FLASHFILE
  • Loading branch information
aabadie committed Oct 15, 2019
1 parent 959d048 commit 397741a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ export PREFIX ?= $(if $(TARGET_ARCH),$(TARGET_ARCH)-)
# be done in makefile.iotlab.single.inc.mk which is included after.
ifneq (,$(IOTLAB_NODE))
PROGRAMMER ?= iotlab
# iotlab uses ELFFILE by default for flashing boards, except for WSN430.
ifeq (,$(filter wsn430-%,$(BOARD)))
FLASHFILE ?= $(ELFFILE)
endif
endif

# Add standard include directories
Expand Down

0 comments on commit 397741a

Please sign in to comment.