diff options
| author | hathach <[email protected]> | 2021-03-04 22:53:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-04 22:53:02 +0700 |
| commit | 590d8d4d5c94324fbd2ea3dcb96b7776c1171577 (patch) | |
| tree | 4471b64111b65dbfc10b73bad3c4616b2c02759b /examples | |
| parent | b846ded487c29e5ca5698f2ab7cb237a21eeb85b (diff) | |
rename FAMILY_SUBMODULES to DEPS_SUBMODULES
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make.mk | 4 | ||||
| -rw-r--r-- | examples/rules.mk | 1 |
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 |
