Skip to content

Commit e8d65b2

Browse files
authored
Revert "toolkit image build: Fix make error for config files outside … (#7185)
1 parent fac013d commit e8d65b2

2 files changed

Lines changed: 1 addition & 34 deletions

File tree

toolkit/scripts/get_config_deps.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

toolkit/scripts/imggen.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(call create_folder,$(IMAGEGEN_DIR))
55

66
# Resources
77
config_name = $(notdir $(CONFIG_FILE:%.json=%))
8-
config_other_files = $(if $(CONFIG_FILE),$(call shell_real_build_only, $(SCRIPTS_DIR)/get_config_deps.sh $(CONFIG_FILE)),)
8+
config_other_files = $(if $(CONFIG_FILE),$(call shell_real_build_only, find $(CONFIG_BASE_DIR)))
99
assets_dir = $(RESOURCES_DIR)/assets/
1010
assets_files = $(call shell_real_build_only, find $(assets_dir))
1111
imggen_local_repo = $(MANIFESTS_DIR)/image/local.repo

0 commit comments

Comments
 (0)