diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 10:13:29 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 10:13:29 -0500 |
commit | 0d364eb2db0c85546f8d080cbe4246ae6ed25893 (patch) | |
tree | ba773bcd12f7c24519ce5ee804df27696a48a90e /.gitmodules | |
parent | 5f92feecfdd390df59fb7fadbd6591a0fb1e8e8b (diff) | |
download | qemu-0d364eb2db0c85546f8d080cbe4246ae6ed25893.tar.gz qemu-0d364eb2db0c85546f8d080cbe4246ae6ed25893.tar.bz2 qemu-0d364eb2db0c85546f8d080cbe4246ae6ed25893.zip |
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-- | .gitmodules | 9 |
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 |