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:
parent
8216c9397a
commit
9d5e06a512
@ -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…
x
Reference in New Issue
Block a user