diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 15:50:11 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:26 -0400 |
commit | e4fea7db5ea8b0b3482a9f1510f28be1e9715e42 (patch) | |
tree | 9f237b7c6ffabc8a8d7419784869589fc92cc8ea /hw/meson.build | |
parent | 97813b940d56712d456d8a1260ecd5320b10761c (diff) |
meson: convert hw/watchdog
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 542d675618..f2209d900c 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -3,4 +3,5 @@ subdir('mem') subdir('nubus') subdir('semihosting') subdir('smbios') +subdir('watchdog') subdir('xen') |