diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-17 11:21:13 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:31 -0400 |
commit | cff3c5d2b4029f375b9ed077d99577b3d64e7e24 (patch) | |
tree | 6e0bcc287f2f4ea927e5b5d3d679a7d12702a497 /hw/meson.build | |
parent | b4c8eece5735b5b30bc48f600745c587f8f1170a (diff) |
meson: convert hw/cpu
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 dacd26c561..103da4840b 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,4 +1,5 @@ subdir('core') +subdir('cpu') subdir('display') subdir('dma') subdir('gpio') |