summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-02 22:11:57 +0000
committerGitHub <noreply@github.com>2023-01-03 09:11:57 +1100
commitb297531dbf645a28fd5a67e546a9ff27d49e1b1e (patch)
treed16cd659a2cde4d5c665f147c30ab4a9c86ae4cd /Makefile
parent3a5a4c708f4817919d9fe7396ceb2b8e57d2e68e (diff)
Migrate 'make git-submodule' to CLI command (#19479)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1585ae7c23..48cf35248f 100644
--- a/Makefile
+++ b/Makefile
@@ -430,12 +430,7 @@ lib/%:
.PHONY: git-submodule
git-submodule:
- [ -e lib/ugfx ] && rm -rf lib/ugfx || true
- [ -e lib/pico-sdk ] && rm -rf lib/pico-sdk || true
- [ -e lib/chibios-contrib/ext/mcux-sdk ] && rm -rf lib/chibios-contrib/ext/mcux-sdk || true
- [ -e lib/lvgl ] && rm -rf lib/lvgl || true
- git submodule sync --recursive
- git submodule update --init --recursive --progress
+ $(QMK_BIN) git-submodule
.PHONY: git-submodules
git-submodules: git-submodule