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

Merge pull request #11188 from cladmi/pr/make/lpc2k_pgm/flashfile

boards/lpc2k_pgm: use FLASHFILE for boards using lpc2k_pgm
This commit is contained in:
Marian Buschsieweke 2019-03-20 14:56:16 +01:00 committed by GitHub
commit 3aec0c77ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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