From 222bea223ee70dc6bcb194484ebbe8eeb5f6770e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Rodr=C3=ADguez?= Date: Sat, 21 Oct 2023 12:47:15 +0100 Subject: [PATCH] add linux submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Rodríguez --- .gitmodules | 3 +++ linux | 1 + 2 files changed, 4 insertions(+) create mode 160000 linux diff --git a/.gitmodules b/.gitmodules index 2e4c9e9..4849abc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "opensbi"] path = opensbi url = git@github.com:riscv-software-src/opensbi.git +[submodule "linux"] + path = linux + url = git@github.com:malejo97/linux.git diff --git a/linux b/linux new file mode 160000 index 0000000..87c6f20 --- /dev/null +++ b/linux @@ -0,0 +1 @@ +Subproject commit 87c6f20d0ab80b2c3f4a0780303263d37e585e87