mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
makefile: fix dependency for EF images so they work with all_* targets
This commit is contained in:
parent
5c114aedd5
commit
1e33ba62d8
2
Makefile
2
Makefile
@ -600,7 +600,7 @@ define EF_TEMPLATE
|
|||||||
.PHONY: ef_$(1)
|
.PHONY: ef_$(1)
|
||||||
ef_$(1): ef_$(1)_bin
|
ef_$(1): ef_$(1)_bin
|
||||||
|
|
||||||
ef_$(1)_%: bl_$(1)_bin fw_$(1)_bin
|
ef_$(1)_%: bl_$(1)_bin fw_$(1)_opfw
|
||||||
$(V1) mkdir -p $(BUILD_DIR)/ef_$(1)/dep
|
$(V1) mkdir -p $(BUILD_DIR)/ef_$(1)/dep
|
||||||
$(V1) cd $(ROOT_DIR)/flight/EntireFlash && \
|
$(V1) cd $(ROOT_DIR)/flight/EntireFlash && \
|
||||||
$$(MAKE) -r --no-print-directory \
|
$$(MAKE) -r --no-print-directory \
|
||||||
|
Loading…
Reference in New Issue
Block a user