diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 11:07:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 11:07:15 +0200 |
commit | e5ca7841c94d9e31f6ab28c19eb24017c06d3d5e (patch) | |
tree | c84bc9b464878664c4d867e465b30928b863b0d2 /.gitmodules | |
parent | 21f40520e725cfb3d4cfd1e1c3736eb0a51bb5ac (diff) |
Add kconfig standard pre-installed build system module
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fc587b0..8c319ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,3 +32,6 @@ path = submodules/pkgconf url = https://git.build2.org/packaging/pkgconf/pkgconf.git update = none +[submodule "submodules/libbuild2-kconfig"] + path = submodules/libbuild2-kconfig + url = https://github.com/build2/libbuild2-kconfig.git |