diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-17 11:34:47 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:32 -0400 |
commit | b53d555f6907434afc93d78cf316f10598b2853c (patch) | |
tree | afacbe22fbdc6810d5a0dc274d1ac1b6f9b64942 /hw/meson.build | |
parent | a9d4825542510e6d9483e29fb8e3761397eaada1 (diff) |
meson: convert hw/adc
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@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 624335be90..ffa3f06dc0 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,3 +1,4 @@ +subdir('adc') subdir('audio') subdir('block') subdir('char') |