From 6dfbafb011be574ad55d53b1c0f4b76924b3f1f0 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sun, 12 May 2019 16:04:09 +0200 Subject: Added Linux kernel 5.1 as dependency --- .gitmodules | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..71584ce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "analysis/dependency/util-linux"] + path = analysis/dependency/util-linux + url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git +[submodule "analysis/dependency/linux"] + path = analysis/dependency/linux + url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git +[submodule "dependencies/linux"] + path = dependencies/linux + url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + branch = master -- cgit v1.2.3-55-g7522