rename FAMILY_SUBMODULES to DEPS_SUBMODULES

This commit is contained in:
hathach
2021-03-04 22:53:02 +07:00
parent b846ded487
commit 590d8d4d5c
44 changed files with 45 additions and 44 deletions

View File

@@ -53,8 +53,8 @@ fetch_submodule_if_empty = \
$(info $(shell git -C $(TOP) submodule update --init $1)) \
endif
ifdef FAMILY_SUBMODULES
$(foreach s,$(FAMILY_SUBMODULES),:$(call fetch_submodule_if_empty,$(s)))
ifdef DEPS_SUBMODULES
$(foreach s,$(DEPS_SUBMODULES),:$(call fetch_submodule_if_empty,$(s)))
endif
#-------------- Cross Compiler ------------

View File

@@ -63,6 +63,7 @@ all: $(BUILD)
clean:
$(RM) -rf $(BUILD)
#flash: flash-pyocd
flash:
@$(CP) $(BUILD)/$(PROJECT).uf2 /media/$(USER)/RPI-RP2