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 | c34ebfdc8715f03d53e154758423c902324fee06 (patch) | |
tree | ba773bcd12f7c24519ce5ee804df27696a48a90e /.gitmodules | |
parent | ae027ad3c5ea9a041f46c22bcb52e879645ed171 (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-- | .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 |