diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 15:39:54 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:25 -0400 |
commit | d6c9b1f00365abe9bfde8cd67d49db3146f681a1 (patch) | |
tree | c782b6f8dd50f4a1b7a7d02e09ee55ddb9e80214 /hw/meson.build | |
parent | b908c370f73192d95f13145148c4bafe39d1171c (diff) |
meson: convert hw/smbios
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 03ef30212e..dccc2d19a6 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,4 +1,5 @@ subdir('core') subdir('nubus') subdir('semihosting') +subdir('smbios') subdir('xen') |