mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Build: flasher define its own dependencies in scripts/targets.device.mak
This commit is contained in:
3
Makefile
3
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user