diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-18 13:52:23 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-06-03 14:03:02 +0200 |
commit | 48963982e55a1c206ea20bed600e188655af2b4b (patch) | |
tree | c6552ba920ff052157d1ab15735d9bca4a5c2a93 /tests/Makefile.include | |
parent | c0825c63cfae0d4af1f1f91867c42e609f3ed13c (diff) |
libqos: add ARM n800 machine object
This is used to test omap_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 63f646acd2..03a6483081 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-n800-machine.o qos-test-obj-y += tests/libqos/arm-raspi2-machine.o qos-test-obj-y += tests/libqos/arm-sabrelite-machine.o qos-test-obj-y += tests/libqos/arm-smdkc210-machine.o |