qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-kvm PATCH] mips: Fix link error with 'piix4_pm_init'
@ 2012-09-26 11:57 Cole Robinson
  0 siblings, 0 replies; only message in thread
From: Cole Robinson @ 2012-09-26 11:57 UTC (permalink / raw)
  To: kvm; +Cc: qemu-devel, Cole Robinson

  LINK  mipsel-softmmu/qemu-system-mipsel
  hw/mips/../mips_malta.o: In function `mips_malta_init':
  mips_malta.c:962: undefined reference to `piix4_pm_init'

Can reproduce with:

./configure --target-list=mipsel-softmmu --disable-werror
make

However only on qemu-kvm, not qemu.git or qemu 1.2.0. We are
carrying this in Fedora since we build everything from qemu-kvm.git

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
 hw/mips/Makefile.objs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs
index 29a5d0d..89af0e9 100644
--- a/hw/mips/Makefile.objs
+++ b/hw/mips/Makefile.objs
@@ -1,6 +1,7 @@
 obj-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
 obj-y += mips_addr.o mips_timer.o mips_int.o
 obj-y += gt64xxx.o mc146818rtc.o
+obj-y += acpi.o acpi_piix4.o
 obj-$(CONFIG_FULONG) += bonito.o vt82c686.o mips_fulong2e.o
 
 obj-y := $(addprefix ../,$(obj-y))
-- 
1.7.11.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-26 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 11:57 [Qemu-devel] [qemu-kvm PATCH] mips: Fix link error with 'piix4_pm_init' Cole Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).