Re: [PATCH v2 3/3] hw/rtc: Compile pl031 once-only

2022-02-21 Thread Philippe Mathieu-Daudé
On 21/2/22 20:21, Peter Maydell wrote: Now that the RTC_CHANGE event is no longer target-specific, we can move the pl031 back to a compile-once source file rather than a compile-per-target one. Signed-off-by: Peter Maydell --- hw/rtc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 dele

[PATCH v2 3/3] hw/rtc: Compile pl031 once-only

2022-02-21 Thread Peter Maydell
Now that the RTC_CHANGE event is no longer target-specific, we can move the pl031 back to a compile-once source file rather than a compile-per-target one. Signed-off-by: Peter Maydell --- hw/rtc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtc/meson.build b/