aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-09-04 10:13:29 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 10:13:29 -0500
commitc34ebfdc8715f03d53e154758423c902324fee06 (patch)
treeba773bcd12f7c24519ce5ee804df27696a48a90e /.gitmodules
parentae027ad3c5ea9a041f46c22bcb52e879645ed171 (diff)
Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
they aren't integrated into the build but we can do that incrementally. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..71494ea488
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "roms/vgabios"]
+ path = roms/vgabios
+ url = ../vgabios.git
+[submodule "roms/seabios"]
+ path = roms/seabios
+ url = ../seabios.git
+[submodule "roms/pcbios"]
+ path = roms/pcbios
+ url = ../pcbios.git