diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-10-04 01:04:00 +0200 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2019-10-24 20:29:18 +0200 |
| commit | 7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba (patch) | |
| tree | c4b4f20d968107300483d4d08540f282ee30f5fc /hw/timer/Makefile.objs | |
| parent | 8035f85ef3ef4bc7ad4e181b9ebfe3f620cf614b (diff) | |
| download | focaccia-qemu-7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba.tar.gz focaccia-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.objs | 1 |
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 |