-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 710 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "src/newlib"]
path = src/newlib
url = https://praios.lf-net.org/littlefox/newlib-lf_os.git
branch = lf-os
[submodule "src/llvm"]
path = src/llvm
url = https://praios.lf-net.org/littlefox/llvm-project.git
branch = lf-os
shallow = true
[submodule "src/loader/efi"]
path = src/include/efi
branch = master
url = https://github.com/yoppeh/efi.git
[submodule "src/userspace/term/3rd-party/spleen"]
path = src/userspace/term/3rd-party/spleen
url = https://github.com/fcambus/spleen
[submodule "src/googletest"]
path = src/googletest
url = https://github.com/google/googletest.git
[submodule "src/userspace/klsh"]
path = src/userspace/klsh
url = https://praios.lf-net.org/littlefox/klsh.git