summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorBALATON Zoltan2018-06-29 00:38:33 +0200
committerDavid Gibson2018-07-03 01:56:52 +0200
commitc6f2594c4b19db903cd76e89578cf501056b744d (patch)
tree3ac2e4eeeccafe63345ded7ba9143f5eaa27e485 /hw/timer/Makefile.objs
parentppc4xx_i2c: Rewrite to model hardware more closely (diff)
downloadqemu-c6f2594c4b19db903cd76e89578cf501056b744d.tar.gz
qemu-c6f2594c4b19db903cd76e89578cf501056b744d.tar.xz
qemu-c6f2594c4b19db903cd76e89578cf501056b744d.zip
hw/timer: Add basic M41T80 emulation
Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time of day is implemented. Setting time and RTC alarm are not supported. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index 8b27a4b7ef..e16b2b913c 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -6,6 +6,7 @@ common-obj-$(CONFIG_CADENCE) += cadence_ttc.o
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