aboutsummaryrefslogtreecommitdiff
path: root/hw/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-16 19:06:19 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:31 -0400
commit7d744257a8b3586efcc8c997ed6219cb338f22fe (patch)
treee2613c401f38385bb95b2b71a21e4747ac85873e /hw/meson.build
parenta7b057d1d0fd163c74503de1cf5978495ebdfc6f (diff)
downloadqemu-7d744257a8b3586efcc8c997ed6219cb338f22fe.zip
qemu-7d744257a8b3586efcc8c997ed6219cb338f22fe.tar.gz
qemu-7d744257a8b3586efcc8c997ed6219cb338f22fe.tar.bz2
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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/meson.build b/hw/meson.build
index 52577c3..96da0bb 100644
--- a/hw/meson.build
+++ b/hw/meson.build
@@ -1,4 +1,5 @@
subdir('core')
+subdir('dma')
subdir('gpio')
subdir('hyperv')
subdir('i2c')