arm: fix compilation with CONFIG_FDT
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 11 Mar 2013 10:31:26 +0000 (11:31 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Mar 2013 12:39:47 +0000 (07:39 -0500)
A conflict was resolved the wrong way when merging commit 320ba5f (build:
always link device_tree.o into emulators if libfdt available, 2013-02-05).
This causes a build failure for the arm-softmmu target due to multiply
defined symbol.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1362997886-9470-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/arm/Makefile.objs

index 2d9c69dfce2b208825f1e7b0391df2c5d081ed26..f5f7d0e53920c5adc86a101b85fa81d028de9938 100644 (file)
@@ -23,7 +23,6 @@ obj-y += bitbang_i2c.o marvell_88w8618_audio.o
 obj-y += framebuffer.o
 obj-y += strongarm.o
 obj-y += imx_serial.o imx_ccm.o imx_timer.o imx_avic.o
-obj-$(CONFIG_FDT) += ../device_tree.o
 obj-$(CONFIG_KVM) += kvm/arm_gic.o
 
 obj-y := $(addprefix ../,$(obj-y))