Skip to content

Commit e114830

Browse files
committed
tidy up submodules
1 parent 60f0e98 commit e114830

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

.gitmodules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
path = submodules/buildroot
33
url = https://github.com/cirosantilli/buildroot
44
ignore = dirty
5-
[submodule "submodules/qemu"]
6-
path = submodules/qemu
7-
url = https://github.com/cirosantilli/qemu
5+
[submodule "submodules/gem5"]
6+
path = submodules/gem5
7+
url = https://gem5.googlesource.com/public/gem5
88
# The true upstream does not accept git submodule update --init --depth 1
99
# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1010
# But git clone --branch --depth 1 worked weirdly:
1111
# https://unix.stackexchange.com/questions/338578/linux-kernel-source-code-size-difference
1212
[submodule "submodules/linux"]
1313
path = submodules/linux
1414
url = https://github.com/cirosantilli/linux
15-
[submodule "submodules/gem5"]
16-
path = submodules/gem5
17-
url = https://gem5.googlesource.com/public/gem5
1815
[submodule "submodules/parsec-benchmark"]
1916
path = submodules/parsec-benchmark
2017
url = https://github.com/cirosantilli/parsec-benchmark
18+
[submodule "submodules/qemu"]
19+
path = submodules/qemu
20+
url = https://github.com/cirosantilli/qemu

buildroot

Lines changed: 0 additions & 1 deletion
This file was deleted.

gem5/gem5

Lines changed: 0 additions & 1 deletion
This file was deleted.

linux

Lines changed: 0 additions & 1 deletion
This file was deleted.

parsec-benchmark/parsec-benchmark

Lines changed: 0 additions & 1 deletion
This file was deleted.

qemu

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)