Skip to content

Commit a4b1748

Browse files
committed
fix ci build with fomu
1 parent 2e5f649 commit a4b1748

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

examples/rules.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ endif
192192
# get depenecies
193193
.PHONY: get-deps
194194
get-deps:
195-
ifdef DEPS_SUBMODULES
196195
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
197-
endif
198196

199197
.PHONY: size
200198
size: $(BUILD)/$(PROJECT).elf

tools/get_deps.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def get_a_dep(d):
104104

105105

106106
if __name__ == "__main__":
107-
if len(sys.argv) <= 1:
108-
sys.exit(1)
109-
110107
status = 0
111108
deps = list(deps_mandatory.keys()) + sys.argv[1:]
112109
with Pool() as pool:

0 commit comments

Comments
 (0)