diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-24 12:35:13 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:27 -0400 |
commit | ee80237e380df36562e545c63d9b058d7b39f8b9 (patch) | |
tree | c50dfb1e198b34d8166ec3e60efa90238455a591 /hw/meson.build | |
parent | beeb0566d7e831347b5d7e412b3830a72557168b (diff) |
meson: convert hw/rtc
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 50b26db852..1fb1687e1e 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -1,6 +1,7 @@ subdir('core') subdir('mem') subdir('nubus') +subdir('rtc') subdir('semihosting') subdir('smbios') subdir('timer') |