From 0fde840f839039844eb6b31d3fa2fed65476e9e7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 18 Jan 2024 11:15:04 -0700 Subject: [PATCH] Add redox-path submodule --- .gitmodules | 4 ++++ redox-path | 1 + 2 files changed, 5 insertions(+) create mode 160000 redox-path diff --git a/.gitmodules b/.gitmodules index e49218a81f..43b05611a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,7 @@ path = rmm url = https://gitlab.redox-os.org/redox-os/rmm.git branch = master +[submodule "redox-path"] + path = redox-path + url = https://gitlab.redox-os.org/redox-os/redox-path.git + branch = main diff --git a/redox-path b/redox-path new file mode 160000 index 0000000000..707a16085d --- /dev/null +++ b/redox-path @@ -0,0 +1 @@ +Subproject commit 707a16085d9cd69ff3cabdbffc89f973f237aed6