Message ID | 1288785372-17514-2-git-send-email-kraxel@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/Makefile b/Makefile index 02698e9..663d1a1 100644 --- a/Makefile +++ b/Makefile @@ -178,8 +178,9 @@ ar de en-us fi fr-be hr it lv nl pl ru th \ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr ifdef INSTALL_BLOBS -BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ -openbios-sparc32 openbios-sparc64 openbios-ppc \ +BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \ +vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \ +ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ gpxe-eepro100-80861209.rom \ gpxe-eepro100-80861229.rom \ pxe-e1000.bin \
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)