diff options
author | Andreas Färber <afaerber@suse.de> | 2014-01-23 16:37:55 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2014-02-13 17:47:43 +0100 |
commit | aaab89a68ed1f0ab791cfda2061be34c102490b1 (patch) | |
tree | 7a9b47f99b10f658885b66ed098e0b23c44fed2c /hw/ppc | |
parent | b3be57c358b3186b675ce4452a030fd3d9f37be0 (diff) |
ppcemb-softmmu: Drop Mac and e500 emulation
They are still available in ppc-softmmu and ppc64-softmmu.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/Makefile.objs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ppc/Makefile.objs b/hw/ppc/Makefile.objs index 2dd5284532..ea747f0a20 100644 --- a/hw/ppc/Makefile.objs +++ b/hw/ppc/Makefile.objs @@ -10,9 +10,9 @@ obj-y += ppc4xx_pci.o # PReP obj-$(CONFIG_PREP) += prep.o # OldWorld PowerMac -obj-y += mac_oldworld.o +obj-$(CONFIG_MAC) += mac_oldworld.o # NewWorld PowerMac -obj-y += mac_newworld.o +obj-$(CONFIG_MAC) += mac_newworld.o # e500 obj-$(CONFIG_E500) += e500.o mpc8544ds.o e500plat.o obj-$(CONFIG_E500) += mpc8544_guts.o ppce500_spin.o |