Przeglądaj źródła

build system: Remove obsolete GenerateBuildDirTarget macro eval

Angus Gratton 8 lat temu
rodzic
commit
95c2aed126
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      make/component_wrapper.mk

+ 0 - 4
make/component_wrapper.mk

@@ -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: