Merge pull request #11755 from cladmi/pr/murdock/remove_flashfile_hack

makefiles/murdock.inc.mk: remove flashfile hack
This commit is contained in:
Gaëtan Harter 2019-06-28 11:08:32 +02:00 committed by GitHub
commit 4578b461c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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