diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-16 19:06:19 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:31 -0400 |
commit | 7d744257a8b3586efcc8c997ed6219cb338f22fe (patch) | |
tree | e2613c401f38385bb95b2b71a21e4747ac85873e /hw/meson.build | |
parent | a7b057d1d0fd163c74503de1cf5978495ebdfc6f (diff) |
meson: convert hw/dma
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 52577c3205..96da0bba7e 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,4 +1,5 @@ subdir('core') +subdir('dma') subdir('gpio') subdir('hyperv') subdir('i2c') |