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:
commit
3aec0c77ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user