adding python script to manage dependencies instead of submodule

This commit is contained in:
hathach
2023-03-10 20:49:11 +07:00
parent 76f43a7a16
commit d41320a42e
10 changed files with 115 additions and 24 deletions

View File

@@ -193,7 +193,7 @@ endif
.PHONY: get-deps
get-deps:
ifdef DEPS_SUBMODULES
git -C $(TOP) submodule update --init $(DEPS_SUBMODULES)
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
endif
.PHONY: size