diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:36:30 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-03-01 15:01:19 +0100 |
commit | 320ba5fe494c0ef59080eac33801ec1e453663fa (patch) | |
tree | 3881c4e2e0d12086410cfd28b88424ce0390d57e /hw/ppc | |
parent | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 (diff) |
build: always link device_tree.o into emulators if libfdt available
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/Makefile.objs b/hw/ppc/Makefile.objs index f7620509a9..bbbe78e1f5 100644 --- a/hw/ppc/Makefile.objs +++ b/hw/ppc/Makefile.objs @@ -16,7 +16,6 @@ obj-$(CONFIG_FDT) += mpc8544_guts.o ppce500_spin.o obj-y += virtex_ml507.o # PowerPC OpenPIC obj-y += openpic.o -obj-$(CONFIG_FDT) += ../device_tree.o # Xilinx PPC peripherals obj-y += xilinx_ethlite.o |