mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
build system: Remove obsolete GenerateBuildDirTarget macro eval
This commit is contained in:
committed by
Angus Gratton
parent
5f3cb9f9dc
commit
95c2aed126
@@ -276,10 +276,6 @@ $(foreach binfile,$(COMPONENT_EMBED_FILES), $(eval $(call GenerateEmbedTarget,$(
|
|||||||
|
|
||||||
$(foreach txtfile,$(COMPONENT_EMBED_TXTFILES), $(eval $(call GenerateEmbedTarget,$(txtfile),txt)))
|
$(foreach txtfile,$(COMPONENT_EMBED_TXTFILES), $(eval $(call GenerateEmbedTarget,$(txtfile),txt)))
|
||||||
|
|
||||||
# generate targets to create binary embed directories
|
|
||||||
$(foreach bindir,$(sort $(dir $(COMPONENT_EMBED_FILES))), $(eval $(call GenerateBuildDirTarget,$(bindir))))
|
|
||||||
|
|
||||||
|
|
||||||
else # COMPONENT_CONFIG_ONLY is set
|
else # COMPONENT_CONFIG_ONLY is set
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user