summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-10-04 01:04:00 +0200
committerLaurent Vivier2019-10-24 20:29:18 +0200
commit7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba (patch)
treec4b4f20d968107300483d4d08540f282ee30f5fc /hw/timer/Makefile.objs
parenthw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory (diff)
downloadqemu-7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba.tar.gz
qemu-7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba.tar.xz
qemu-7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba.zip
hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory
Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20191003230404.19384-11-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index 294465ef47..33191d74cb 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -19,7 +19,6 @@ common-obj-$(CONFIG_NRF51_SOC) += nrf51_timer.o
common-obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
common-obj-$(CONFIG_EXYNOS4) += exynos4210_mct.o
common-obj-$(CONFIG_EXYNOS4) += exynos4210_pwm.o
-common-obj-$(CONFIG_EXYNOS4) += exynos4210_rtc.o
common-obj-$(CONFIG_OMAP) += omap_gptimer.o
common-obj-$(CONFIG_OMAP) += omap_synctimer.o
common-obj-$(CONFIG_PXA2XX) += pxa2xx_timer.o