summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authoraurel322009-03-02 17:42:23 +0100
committeraurel322009-03-02 17:42:23 +0100
commit74c62ba88902575be9ac3badf95d773470884b1c (patch)
tree97a5b034b1d5188e6bf8c3de92a71516f388b7c6 /Makefile.target
parenthw/openpic: define list in mpic_init() const (diff)
downloadqemu-74c62ba88902575be9ac3badf95d773470884b1c.tar.gz
qemu-74c62ba88902575be9ac3badf95d773470884b1c.tar.xz
qemu-74c62ba88902575be9ac3badf95d773470884b1c.zip
kvm/powerpc: Add freescale pci controller's support
This patch add the emulation of freescale's pci controller for MPC85xx platform. Signed-off-by: Liu Yu <yu.liu@freescale.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6661 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 9e7a1bb09b..90b5eb71ba 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -602,6 +602,8 @@ OBJS+= unin_pci.o ppc_newworld.o
# PowerPC 4xx boards
OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc4xx_pci.o ppc405_uc.o ppc405_boards.o
OBJS+= ppc440.o ppc440_bamboo.o
+# PowerPC E500 boards
+OBJS+= ppce500_pci.o
ifdef FDT_LIBS
OBJS+= device_tree.o
LIBS+= $(FDT_LIBS)