]> git.proxmox.com Git - mirror_qemu.git/blame - hw/rtc/Makefile.objs
meson: convert hw/timer
[mirror_qemu.git] / hw / rtc / Makefile.objs
CommitLineData
64e85ffd 1common-obj-$(CONFIG_DS1338) += ds1338.o
de04c31d 2common-obj-$(CONFIG_M41T80) += m41t80.o
819ce6b2
PMD
3common-obj-$(CONFIG_M48T59) += m48t59.o
4ifeq ($(CONFIG_ISA_BUS),y)
5common-obj-$(CONFIG_M48T59) += m48t59-isa.o
6endif
877c181c 7common-obj-$(CONFIG_PL031) += pl031.o
6a648a5f 8common-obj-$(CONFIG_TWL92230) += twl92230.o
8035f85e 9common-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-zynqmp-rtc.o
7f0df1cc 10common-obj-$(CONFIG_EXYNOS4) += exynos4210_rtc.o
bcdb9064 11obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
2811ac30 12common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o
ea5dcf4e 13common-obj-$(CONFIG_ASPEED_SOC) += aspeed_rtc.o
9a5b40b8 14common-obj-$(CONFIG_GOLDFISH_RTC) += goldfish_rtc.o
a9ad9e73 15common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-rtc.o