diff options
author | Laurent Vivier <lvivier@redhat.com> | 2016-09-29 12:32:44 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-10-06 16:15:40 +1100 |
commit | cf716b31cba278a6dbff585d58fa29d1ae2fe334 (patch) | |
tree | 032a53f614772fee48a21bc215e379f7b6ad650c /tests/Makefile.include | |
parent | 2020b67d851affd9dd8b3732a5290d90be6187d1 (diff) | |
download | qemu-cf716b31cba278a6dbff585d58fa29d1ae2fe334.zip qemu-cf716b31cba278a6dbff585d58fa29d1ae2fe334.tar.gz qemu-cf716b31cba278a6dbff585d58fa29d1ae2fe334.tar.bz2 |
libqos: add PPC64 PCI support
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
[dwg: Fixed build problem on 32-bit hosts]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 77d42d7..8b1c171 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -591,6 +591,7 @@ libqos-obj-y += tests/libqos/i2c.o tests/libqos/libqos.o libqos-spapr-obj-y = $(libqos-obj-y) tests/libqos/malloc-spapr.o libqos-spapr-obj-y += tests/libqos/libqos-spapr.o libqos-spapr-obj-y += tests/libqos/rtas.o +libqos-spapr-obj-y += tests/libqos/pci-spapr.o libqos-pc-obj-y = $(libqos-obj-y) tests/libqos/pci-pc.o libqos-pc-obj-y += tests/libqos/malloc-pc.o tests/libqos/libqos-pc.o libqos-pc-obj-y += tests/libqos/ahci.o |