]> granicus.if.org Git - esp-idf/commitdiff
build system: Remove obsolete GenerateBuildDirTarget macro eval
authorAngus Gratton <angus@espressif.com>
Tue, 5 Sep 2017 06:28:42 +0000 (16:28 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 5 Sep 2017 06:28:42 +0000 (16:28 +1000)
make/component_wrapper.mk

index 6184668777023445b224af7ce97b29194a9ed039..751668d4b0db6baf62121b90cf7001af900041e9 100644 (file)
@@ -276,10 +276,6 @@ $(foreach binfile,$(COMPONENT_EMBED_FILES), $(eval $(call GenerateEmbedTarget,$(
 
 $(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
 
 build: