Build: flasher define its own dependencies in scripts/targets.device.mak

This commit is contained in:
Émilie Feral
2019-04-17 10:35:07 +02:00
parent 822cbcb201
commit eb065dacba

View File

@@ -89,8 +89,7 @@ objs = $(call object_for,$(src))
# Those can be built directly with make executable.exe as a shortcut. They also
# depends on $(objs)
executables = epsilon test flasher
executables = epsilon test
define rules_for_executable
$$(BUILD_DIR)/$(1).$$(EXE): $$(objs)
.PHONY: $(1).$$(EXE)