diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-28 07:36:57 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:18 -0500 |
commit | bf4d4056fb7ef7d629d003a338445db9801aa743 (patch) | |
tree | 1cde4299ea00e806cd459d98c7f3528e2af48cf5 /softmmu/meson.build | |
parent | 6b21670cfda76e47a827810eea5eb3b518cb6521 (diff) | |
download | qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.zip qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.tar.gz qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.tar.bz2 |
vl: extract softmmu/rtc.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'softmmu/meson.build')
-rw-r--r-- | softmmu/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/meson.build b/softmmu/meson.build index 7b52339..d098d89 100644 --- a/softmmu/meson.build +++ b/softmmu/meson.build @@ -6,6 +6,7 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files( 'datadir.c', 'physmem.c', 'ioport.c', + 'rtc.c', 'memory.c', 'memory_mapping.c', 'qtest.c', |