1
0
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:
Gaëtan Harter 2019-06-25 12:46:05 +02:00
parent fb5b048170
commit 559b22911c
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

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