Message ID | 20220513160523.2944694-5-thomas@adapt-ip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Resurrect Integration Mode v2 | expand |
diff --git a/Makefile.subtrees b/Makefile.subtrees new file mode 100644 index 000000000000..49bb13b36060 --- /dev/null +++ b/Makefile.subtrees @@ -0,0 +1,10 @@ +# If you need to use a git subtree, please add it here. +add-kconfig-remote: + git remote add kconfig https://github.com/mcgrof/kconfig.git + +add-kconfig: + git subtree add --prefix=backport/kconf --squash kconfig master + +refresh-kconfig: + git fetch kconfig + git subtree pull --prefix=backport/kconf --squash kconfig master