Skip to content

Commit

Permalink
boards/lpc2k_pgm: use FLASHFILE for boards using lpc2k_pgm
Browse files Browse the repository at this point in the history
Update to use FLASHFILE as file to be flashed on the board.
  • Loading branch information
cladmi committed Mar 20, 2019
1 parent 8216c93 commit 9d5e06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/common/msba2/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export LINKFLAGS += -Wl,--gc-sections
# use the nano-specs of Newlib when available
USEMODULE += newlib_nano

FFLAGS = $(PORT) $(HEXFILE)
FLASHFILE ?= $(HEXFILE)
FFLAGS = $(PORT) $(FLASHFILE)

INCLUDES += -I$(RIOTBOARD)/common/msba2/include

Expand Down

0 comments on commit 9d5e06a

Please sign in to comment.