mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
Add gem5 as buildroot package to cross compile m5. Add gem5 as a submodule. Split gem5 from arch on CLI with "-a arm -g" instead of "-a arm-gem5".
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
[submodule "buildroot"]
|
|
path = buildroot
|
|
url = https://github.com/buildroot/buildroot
|
|
ignore = dirty
|
|
[submodule "qemu"]
|
|
path = qemu
|
|
url = https://github.com/cirosantilli/qemu
|
|
[submodule "linux"]
|
|
path = linux
|
|
url = https://github.com/cirosantilli/linux
|
|
[submodule "gem5/gem5"]
|
|
path = gem5/gem5
|
|
url = https://gem5.googlesource.com/public/gem5
|