diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-18 15:36:49 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-06-03 14:03:02 +0200 |
commit | 751a7a5d00b23e1977c0c082fe041efbde77d06c (patch) | |
tree | 93f0c75d617d13e0821326f108318f04858556ae /tests/Makefile.include | |
parent | 48963982e55a1c206ea20bed600e188655af2b4b (diff) |
libqos: add ARM imx25-pdk machine object
This is used to test imx_i2c.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 03a6483081..506181e21a 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -711,6 +711,7 @@ qos-test-obj-y += tests/libqos/virtio-serial.o # Machines qos-test-obj-y += tests/libqos/aarch64-xlnx-zcu102-machine.o +qos-test-obj-y += tests/libqos/arm-imx25-pdk-machine.o qos-test-obj-y += tests/libqos/arm-n800-machine.o qos-test-obj-y += tests/libqos/arm-raspi2-machine.o qos-test-obj-y += tests/libqos/arm-sabrelite-machine.o |