diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-24 12:50:57 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:25 -0400 |
commit | b908c370f73192d95f13145148c4bafe39d1171c (patch) | |
tree | e2cbde33198dd127cb840651279b3d6d9f762535 /hw/meson.build | |
parent | 56d996c50ae5df3e8aa52d1abbb00eec9c00e786 (diff) |
meson: convert hw/nubus
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 66a2f6cddd..03ef30212e 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,3 +1,4 @@ subdir('core') +subdir('nubus') subdir('semihosting') subdir('xen') |