1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

Add submodule "vendor/opensbi"

This commit is contained in:
Alex Kotov 2022-01-15 18:22:21 +05:00
parent 5cd0853e78
commit 731142b83e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -66,7 +66,8 @@
/vendor/*
!/vendor/cross/
!/vendor/fetch.sh
!/vendor/limine/
!/vendor/limine
!/vendor/opensbi
!/vendor/sha256sums.txt
!/vendor/wget.txt

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "vendor/limine"]
path = vendor/limine
url = https://github.com/limine-bootloader/limine.git
[submodule "vendor/opensbi"]
path = vendor/opensbi
url = https://github.com/riscv-software-src/opensbi.git

1
vendor/opensbi vendored Submodule

@ -0,0 +1 @@
Subproject commit 6dde43584f185f71a8dd713deb438d7c724a9ad5