aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>2018-07-03 16:51:58 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 17:28:25 +0100
commita0a9ba66f6784fe93ee0feb8a50250d7fa8440be (patch)
tree18a6c292cbfdbbecea18c6a51a290e5bb7226342 /tests/Makefile.include
parent46113f88e6a64cbb0f11e4062627485c3103694b (diff)
downloadqemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.zip
qemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.tar.gz
qemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.tar.bz2
tests/libqos: sdhci driver and interface nodes
Add qgraph nodes for sdhci-pci and generic-sdhci (memory mapped) drivers. Both drivers implement (produce) the same interface sdhci, that provides the readw - readq - writeq functions. Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 8a760bd..b1b03e6 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -752,6 +752,7 @@ libqos-virtio-obj-y = $(libqos-spapr-obj-y) $(libqos-pc-obj-y) tests/libqos/virt
# Devices
qos-test-obj-y = tests/qos-test.o $(libqgraph-obj-y)
qos-test-obj-y += $(libqos-pc-obj-y)
+qos-test-obj-y += tests/libqos/sdhci.o
# Machines
qos-test-obj-y += tests/libqos/x86_64_pc-machine.o