diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-06 13:07:39 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:26 -0400 |
commit | 06677ce161c1ed0efc2851a592695cea0d24055a (patch) | |
tree | 666b1830d34573a118a7010725bceb84933c09a9 /hw/meson.build | |
parent | 4f780d5629e965e2c479f36adeed11dc6902306c (diff) |
meson: convert hw/usb
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 4dafc8a08e..89bd6adb70 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -3,6 +3,7 @@ subdir('mem') subdir('nubus') subdir('semihosting') subdir('smbios') +subdir('usb') subdir('vfio') subdir('virtio') subdir('watchdog') |