diff options
author | Alex Williamson | 2011-04-08 21:03:34 +0200 |
---|---|---|
committer | Alex Williamson | 2011-04-08 21:03:34 +0200 |
commit | 31a44434f7b3221d911d478de3d1665bde753c86 (patch) | |
tree | a38539c736331553eb34d27b97cc19823946f9c0 /.gitmodules | |
parent | ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm (diff) | |
download | qemu-31a44434f7b3221d911d478de3d1665bde753c86.tar.gz qemu-31a44434f7b3221d911d478de3d1665bde753c86.tar.xz qemu-31a44434f7b3221d911d478de3d1665bde753c86.zip |
Add ipxe submodule
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 44fdd1a02d..788447189e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "roms/SLOF"] path = roms/SLOF url = git://git.qemu.org/SLOF.git +[submodule "roms/ipxe"] + path = roms/ipxe + url = git://git.qemu.org/ipxe.git |