add kernel submodule
This commit is contained in:
5
.gitmodules
vendored
Normal file
5
.gitmodules
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
[submodule "kernel"]
|
||||||
|
path = linux/kernel
|
||||||
|
url = git@github.com:torvalds/linux.git
|
||||||
|
shallow = true
|
||||||
3
Cargo.toml
Normal file
3
Cargo.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[workspace]
|
||||||
|
resolver="2"
|
||||||
|
members=[]
|
||||||
4
linux/Makefile
Normal file
4
linux/Makefile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user