summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2009-11-12 21:53:15 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-17 10:39:03 -0600
commitcfc6d90a98ec420998ef2009e359ea04456735ff (patch)
tree5869af5294906c197dcd9dad852157c7ffbd09de /Makefile
parent57a46d0579951d7abbcbe86766f73afa93a5d370 (diff)
downloadqemu-cfc6d90a98ec420998ef2009e359ea04456735ff.tar.gz
Add linuxboot to BLOBS
We should install linuxboot.bin too, so let's add it to the to-be-installed blobs. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4156382f9f..d770e2a674 100644
--- a/Makefile
+++ b/Makefile
@@ -264,7 +264,7 @@ pxe-e1000.bin pxe-i82559er.bin \
pxe-ne2k_pci.bin pxe-pcnet.bin \
pxe-rtl8139.bin pxe-virtio.bin \
bamboo.dtb petalogix-s3adsp1800.dtb \
-multiboot.bin
+multiboot.bin linuxboot.bin
else
BLOBS=
endif