Makefile (70a4568fe0c5a64adaa3da5030b7109e5199e692) Makefile (fe270d044d512a308fb1fdf02cb11db46df29cdb)
1# Makefile for QEMU.
2
3GENERATED_HEADERS = config-host.h
4
5ifneq ($(wildcard config-host.mak),)
6# Put the all: rule here so that config-host.mak can contain dependencies.
7all: build-all
8include config-host.mak

--- 170 unchanged lines hidden (view full) ---

179BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
180video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
181gpxe-eepro100-80861209.rom \
182gpxe-eepro100-80861229.rom \
183pxe-e1000.bin \
184pxe-ne2k_pci.bin pxe-pcnet.bin \
185pxe-rtl8139.bin pxe-virtio.bin \
186bamboo.dtb petalogix-s3adsp1800.dtb \
1# Makefile for QEMU.
2
3GENERATED_HEADERS = config-host.h
4
5ifneq ($(wildcard config-host.mak),)
6# Put the all: rule here so that config-host.mak can contain dependencies.
7all: build-all
8include config-host.mak

--- 170 unchanged lines hidden (view full) ---

179BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
180video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
181gpxe-eepro100-80861209.rom \
182gpxe-eepro100-80861229.rom \
183pxe-e1000.bin \
184pxe-ne2k_pci.bin pxe-pcnet.bin \
185pxe-rtl8139.bin pxe-virtio.bin \
186bamboo.dtb petalogix-s3adsp1800.dtb \
187multiboot.bin linuxboot.bin
187multiboot.bin linuxboot.bin \
188s390-zipl.rom
188else
189BLOBS=
190endif
191
192install-doc: $(DOCS)
193 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"
194 $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
195ifdef CONFIG_POSIX

--- 164 unchanged lines hidden ---
189else
190BLOBS=
191endif
192
193install-doc: $(DOCS)
194 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"
195 $(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
196ifdef CONFIG_POSIX

--- 164 unchanged lines hidden ---