mirror of https://github.com/xqemu/xqemu.git
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>
This commit is contained in:
parent
57a46d0579
commit
cfc6d90a98
2
Makefile
2
Makefile
|
@ -264,7 +264,7 @@ pxe-e1000.bin pxe-i82559er.bin \
|
||||||
pxe-ne2k_pci.bin pxe-pcnet.bin \
|
pxe-ne2k_pci.bin pxe-pcnet.bin \
|
||||||
pxe-rtl8139.bin pxe-virtio.bin \
|
pxe-rtl8139.bin pxe-virtio.bin \
|
||||||
bamboo.dtb petalogix-s3adsp1800.dtb \
|
bamboo.dtb petalogix-s3adsp1800.dtb \
|
||||||
multiboot.bin
|
multiboot.bin linuxboot.bin
|
||||||
else
|
else
|
||||||
BLOBS=
|
BLOBS=
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue