summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-10-04 01:03:54 +0200
committerLaurent Vivier2019-10-24 20:20:45 +0200
commit819ce6b2a598b5c5c6866a3a6d1acb5261592f8a (patch)
tree92cec69a4e1637810472f9d053559aa16bece465 /hw/timer/Makefile.objs
parenthw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory (diff)
downloadqemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.tar.gz
qemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.tar.xz
qemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.zip
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
The M48T59 is a Real Time Clock, not a timer. Move it under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191003230404.19384-5-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index b0159189cf..fe2d1fbc40 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -7,10 +7,6 @@ common-obj-$(CONFIG_DS1338) += ds1338.o
common-obj-$(CONFIG_HPET) += hpet.o
common-obj-$(CONFIG_I8254) += i8254_common.o i8254.o
common-obj-$(CONFIG_M41T80) += m41t80.o
-common-obj-$(CONFIG_M48T59) += m48t59.o
-ifeq ($(CONFIG_ISA_BUS),y)
-common-obj-$(CONFIG_M48T59) += m48t59-isa.o
-endif
common-obj-$(CONFIG_PUV3) += puv3_ost.o
common-obj-$(CONFIG_TWL92230) += twl92230.o
common-obj-$(CONFIG_XILINX) += xilinx_timer.o