aboutsummaryrefslogtreecommitdiff
path: root/hw/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-16 18:20:39 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:29 -0400
commita74fb3984adfcdbb27c47a2585933962fd1b96e9 (patch)
treed57ae769c3ed151e11a3d31b5ee893b05b66587a /hw/meson.build
parent721cdcae73071d12415b64971ece3f87b2971bc2 (diff)
meson: convert hw/isa
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.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/meson.build b/hw/meson.build
index 6ca82b0375..86598544e6 100644
--- a/hw/meson.build
+++ b/hw/meson.build
@@ -1,4 +1,5 @@
subdir('core')
+subdir('isa')
subdir('mem')
subdir('misc')
subdir('net')