mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix ci build with fomu
This commit is contained in:
parent
2e5f649fd3
commit
a4b17483b9
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user