mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/murdock.inc.mk: remove flashfile hack
Setting FLASHFILE is now done for all boards requiring it.
This commit is contained in:
parent
fb5b048170
commit
559b22911c
@ -1,10 +1,6 @@
|
||||
#
|
||||
# This file contains helper targets used by the CI.
|
||||
#
|
||||
|
||||
# (HACK) get actual flash binary from FFLAGS if not defined.
|
||||
FLASHFILE ?= $(filter $(HEXFILE) $(ELFFILE:.elf=.bin) $(ELFFILE),$(FFLAGS))
|
||||
|
||||
#
|
||||
# This target will run "make test" on the CI cluster.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user