summaryrefslogtreecommitdiffstats
path: root/hw/ppc/Makefile.objs
diff options
context:
space:
mode:
authorCédric Le Goater2016-08-02 19:38:01 +0200
committerDavid Gibson2016-09-07 04:40:12 +0200
commit3654fa95bc29e72c2eef22f26eb621af1f86feec (patch)
tree8e69f523b29fa7b593aac6063cea5c23e8897668 /hw/ppc/Makefile.objs
parenthw/ppc: use error_report instead of fprintf (diff)
downloadqemu-3654fa95bc29e72c2eef22f26eb621af1f86feec.tar.gz
qemu-3654fa95bc29e72c2eef22f26eb621af1f86feec.tar.xz
qemu-3654fa95bc29e72c2eef22f26eb621af1f86feec.zip
hw/ppc: add a ppc_create_page_sizes_prop() helper routine
The exact same routine will be used in PowerNV. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/Makefile.objs')
-rw-r--r--hw/ppc/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/Makefile.objs b/hw/ppc/Makefile.objs
index 91a3420f47..99a0d4e581 100644
--- a/hw/ppc/Makefile.objs
+++ b/hw/ppc/Makefile.objs
@@ -1,5 +1,5 @@
# shared objects
-obj-y += ppc.o ppc_booke.o
+obj-y += ppc.o ppc_booke.o fdt.o
# IBM pSeries (sPAPR)
obj-$(CONFIG_PSERIES) += spapr.o spapr_vio.o spapr_events.o
obj-$(CONFIG_PSERIES) += spapr_hcall.o spapr_iommu.o spapr_rtas.o