summaryrefslogtreecommitdiff
path: root/hw/ppc/Makefile.objs
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-07-02 13:03:20 +0000
committerAlexander Graf <agraf@suse.de>2012-08-15 19:43:13 +0200
commite6eaabeb8dfb026da51d178974bddf56f1f06ffe (patch)
tree6797f5585c197264e9d7baba98e614478861c45a /hw/ppc/Makefile.objs
parentb330598137cad915f65562a524b30e32498e44be (diff)
downloadqemu-e6eaabeb8dfb026da51d178974bddf56f1f06ffe.tar.gz
PPC: e500: split mpc8544ds machine from generic e500 code
Currently the only mpc8544ds-ism that is factored out is toplevel compatible and model. In the future the generic e500 code is expected to become more generic. Signed-off-by: Scott Wood <scottwood@freescale.com> [agraf: conditionalize on CONFIG_FDT] Signed-off-by: Alexander Graf <agraf@suse.de>
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 e86c5244b1..99fe837125 100644
--- a/hw/ppc/Makefile.objs
+++ b/hw/ppc/Makefile.objs
@@ -27,4 +27,4 @@ obj-y += xilinx_ethlite.o
obj-y := $(addprefix ../,$(obj-y))
-obj-$(CONFIG_FDT) += e500.o
+obj-$(CONFIG_FDT) += e500.o mpc8544ds.o