diff options
author | Andreas Färber <andreas.faerber@web.de> | 2014-01-23 11:22:16 +0100 |
---|---|---|
committer | Andreas Färber <andreas.faerber@web.de> | 2014-02-10 17:06:26 +0100 |
commit | ea81ce06a4d65c62cd8f2a3797953602fb7d7456 (patch) | |
tree | f673a5d50a528b8a6961f4da21bf1b3a49bd89c0 /hw/ppc/Makefile.objs | |
parent | 963116b0b36feac8bca435371528b2ee374608f1 (diff) |
prep: Drop from ppcemb-softmmu
ppcemb covers only embedded processors, which does not include PReP.
Signed-off-by: Andreas Färber <andreas.faerber@web.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 7a1cd5d89e..2dd5284532 100644 --- a/hw/ppc/Makefile.objs +++ b/hw/ppc/Makefile.objs @@ -8,7 +8,7 @@ obj-$(CONFIG_PSERIES) += spapr_pci.o obj-y += ppc405_boards.o ppc4xx_devs.o ppc405_uc.o ppc440_bamboo.o obj-y += ppc4xx_pci.o # PReP -obj-y += prep.o +obj-$(CONFIG_PREP) += prep.o # OldWorld PowerMac obj-y += mac_oldworld.o # NewWorld PowerMac |