mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
build runs, lots of uncommented and lots of untested though
Refactor everything. Create nice submodules/ and packages/ folders.
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -1,16 +1,16 @@
|
||||
[submodule "buildroot"]
|
||||
path = buildroot
|
||||
path = submodules/buildroot
|
||||
url = https://github.com/cirosantilli/buildroot
|
||||
ignore = dirty
|
||||
[submodule "qemu"]
|
||||
path = qemu
|
||||
path = submodules/qemu
|
||||
url = https://github.com/cirosantilli/qemu
|
||||
[submodule "linux"]
|
||||
path = linux
|
||||
path = submodules/linux
|
||||
url = https://github.com/cirosantilli/linux
|
||||
[submodule "gem5/gem5"]
|
||||
path = gem5/gem5
|
||||
path = submodules/gem5
|
||||
url = https://gem5.googlesource.com/public/gem5
|
||||
[submodule "parsec-benchmark/parsec-benchmark"]
|
||||
path = parsec-benchmark/parsec-benchmark
|
||||
path = submodules/parsec-benchmark
|
||||
url = https://github.com/cirosantilli/parsec-benchmark
|
||||
|
||||
Reference in New Issue
Block a user