diff --git a/makefiles/murdock.inc.mk b/makefiles/murdock.inc.mk index 945802f701..9fa08fe8ff 100644 --- a/makefiles/murdock.inc.mk +++ b/makefiles/murdock.inc.mk @@ -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. #