add kernel submodule
This commit is contained in:
parent
d248135b93
commit
1014f9f39a
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 @@
|
|||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user