summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-10-04 01:03:57 +0200
committerLaurent Vivier2019-10-24 20:24:50 +0200
commit6a648a5f230d8cfb191a3cef52b15a05db1c47b5 (patch)
tree24638612f09c76120f30e69c01a24aa3b3490232 /hw/timer/Makefile.objs
parenthw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory (diff)
downloadqemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.gz
qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.xz
qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.zip
hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory
The TWL92230 is an "energy management device" companion with a RTC. Since we mostly model the RTC, move it 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-8-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 034bd30255..23be70b71d 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -7,7 +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_PUV3) += puv3_ost.o
-common-obj-$(CONFIG_TWL92230) += twl92230.o
common-obj-$(CONFIG_XILINX) += xilinx_timer.o
common-obj-$(CONFIG_SLAVIO) += slavio_timer.o
common-obj-$(CONFIG_ETRAXFS) += etraxfs_timer.o