summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-07-01 20:52:46 +0700
committerGitHub <[email protected]>2022-07-01 20:52:46 +0700
commitecb899408bb95c5c0d50ebe2d887cd746104c534 (patch)
treef7eb5ba056d1ae91cdaca4203f48f588f651a63e /examples/make.mk
parent68c2012ed1df7f87c898881cd06a445867564106 (diff)
parent53db23142a89def1ad2f866863a559a931eeb035 (diff)
Merge pull request #1544 from hathach/ci-parallel-build
Ci parallel build
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 27e1db38c..47520d660 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -45,11 +45,6 @@ else
SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/$(FAMILY_PATH)/*.c))
endif
-# Fetch submodules depended by family
-fetch_submodule_if_empty = $(if $(wildcard $(TOP)/$1/*),,$(info $(shell git -C $(TOP) submodule update --init $1)))
-ifdef DEPS_SUBMODULES
- $(foreach s,$(DEPS_SUBMODULES),$(call fetch_submodule_if_empty,$(s)))
-endif
#-------------- Cross Compiler ------------
# Can be set by board, default to ARM GCC