1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

boards/lpc2k_pgm: use FLASHFILE for boards using lpc2k_pgm

Update to use FLASHFILE as file to be flashed on the board.
This commit is contained in:
Gaëtan Harter 2018-12-19 19:37:38 +01:00
parent 8216c9397a
commit 9d5e06a512
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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