Add syscall as submodule
This commit is contained in:
parent
952f469e45
commit
9ba04a065e
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -52,3 +52,6 @@
|
||||||
[submodule "installer"]
|
[submodule "installer"]
|
||||||
path = installer
|
path = installer
|
||||||
url = https://github.com/redox-os/installer.git
|
url = https://github.com/redox-os/installer.git
|
||||||
|
[submodule "syscall"]
|
||||||
|
path = syscall
|
||||||
|
url = https://github.com/redox-os/syscall.git
|
||||||
|
|
1
syscall
Submodule
1
syscall
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5a687dfeb578343431992f3a4d854f303a904486
|
Loading…
Reference in a new issue