diff options
author | Scott Wood <scottwood@freescale.com> | 2012-07-02 13:03:20 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-08-15 19:43:13 +0200 |
commit | e6eaabeb8dfb026da51d178974bddf56f1f06ffe (patch) | |
tree | 6797f5585c197264e9d7baba98e614478861c45a /hw/ppc/Makefile.objs | |
parent | b330598137cad915f65562a524b30e32498e44be (diff) | |
download | qemu-e6eaabeb8dfb026da51d178974bddf56f1f06ffe.zip |
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.objs | 2 |
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 |