diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 17:23:36 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:26 -0400 |
commit | be786d2f4aa3f9f53141ddabb50247176c004506 (patch) | |
tree | 4e2b7c9b4b93edab1a865fc3dfea0f895c2c8f56 /hw/meson.build | |
parent | e4fea7db5ea8b0b3482a9f1510f28be1e9715e42 (diff) |
meson: convert hw/virtio
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/meson.build')
-rw-r--r-- | hw/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/meson.build b/hw/meson.build index f2209d900c..8338fc4408 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -3,5 +3,6 @@ subdir('mem') subdir('nubus') subdir('semihosting') subdir('smbios') +subdir('virtio') subdir('watchdog') subdir('xen') |