summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-10-04 01:03:53 +0200
committerLaurent Vivier2019-10-24 20:13:10 +0200
commitbcdb90640ae41128e0c2ae2ec8ebf5a832102097 (patch)
tree62743a64e9670faca7aba86faf50153d141c3665 /hw/timer/Makefile.objs
parenthw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory (diff)
downloadqemu-bcdb90640ae41128e0c2ae2ec8ebf5a832102097.tar.gz
qemu-bcdb90640ae41128e0c2ae2ec8ebf5a832102097.tar.xz
qemu-bcdb90640ae41128e0c2ae2ec8ebf5a832102097.zip
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
The MC146818 is a Real Time Clock, not a timer. Move it under the hw/rtc/ subdirectory. Use copyright statement from 80cabfad163 for "hw/rtc/mc146818rtc.h". Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191003230404.19384-4-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index 9f64f6e11e..b0159189cf 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -35,8 +35,6 @@ common-obj-$(CONFIG_SH4) += sh_timer.o
common-obj-$(CONFIG_DIGIC) += digic-timer.o
common-obj-$(CONFIG_MIPS_CPS) += mips_gictimer.o
-obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
-
common-obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o
common-obj-$(CONFIG_STM32F2XX_TIMER) += stm32f2xx_timer.o