build runs, lots of uncommented and lots of untested though

Refactor everything. Create nice submodules/ and packages/ folders.
This commit is contained in:
Ciro Santilli
2018-09-07 10:08:59 +01:00
parent 5796f1ee1d
commit 66fe5f6647
123 changed files with 262 additions and 233 deletions

10
.gitmodules vendored
View File

@@ -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