mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
fix ci build with fomu
This commit is contained in:
parent
2e5f649fd3
commit
a4b17483b9
@ -192,9 +192,7 @@ endif
|
|||||||
# get depenecies
|
# get depenecies
|
||||||
.PHONY: get-deps
|
.PHONY: get-deps
|
||||||
get-deps:
|
get-deps:
|
||||||
ifdef DEPS_SUBMODULES
|
|
||||||
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
|
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
|
||||||
endif
|
|
||||||
|
|
||||||
.PHONY: size
|
.PHONY: size
|
||||||
size: $(BUILD)/$(PROJECT).elf
|
size: $(BUILD)/$(PROJECT).elf
|
||||||
|
@ -104,9 +104,6 @@ def get_a_dep(d):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if len(sys.argv) <= 1:
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
status = 0
|
status = 0
|
||||||
deps = list(deps_mandatory.keys()) + sys.argv[1:]
|
deps = list(deps_mandatory.keys()) + sys.argv[1:]
|
||||||
with Pool() as pool:
|
with Pool() as pool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user