summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/make.mk4
-rw-r--r--examples/rules.mk1
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/make.mk b/examples/make.mk
index b29d0e4a2..82fbd020b 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -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 ------------
diff --git a/examples/rules.mk b/examples/rules.mk
index 561494c6d..a97eb566a 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -63,6 +63,7 @@ all: $(BUILD)
clean:
$(RM) -rf $(BUILD)
+#flash: flash-pyocd
flash:
@$(CP) $(BUILD)/$(PROJECT).uf2 /media/$(USER)/RPI-RP2