Skip to content

Commit b576ec2

Browse files
committed
add tools to common submodules to fetch
1 parent a7da1c4 commit b576ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_defns.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ $(BUILD)/lib/libm/kf_rem_pio2.o: CFLAGS += -Wno-maybe-uninitialized
834834
.PHONY: fetch-port-submodules
835835
fetch-port-submodules:
836836
echo $(basename $(CURDIR))
837-
$(TOP)/tools/fetch-submodules.sh data extmod frozen lib ports/$(shell basename $(CURDIR))
837+
$(TOP)/tools/fetch-submodules.sh data extmod frozen lib tools ports/$(shell basename $(CURDIR))
838838

839839
.PHONY: invalid-board
840840
invalid-board:

0 commit comments

Comments
 (0)