fix ci build with fomu

This commit is contained in:
hathach 2023-03-17 17:01:56 +07:00
parent 2e5f649fd3
commit a4b17483b9
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 0 additions and 5 deletions

View File

@ -192,9 +192,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
ifdef DEPS_SUBMODULES
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
endif
.PHONY: size
size: $(BUILD)/$(PROJECT).elf

View File

@ -104,9 +104,6 @@ def get_a_dep(d):
if __name__ == "__main__":
if len(sys.argv) <= 1:
sys.exit(1)
status = 0
deps = list(deps_mandatory.keys()) + sys.argv[1:]
with Pool() as pool: