mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00

Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20191003230404.19384-7-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
8 lines
284 B
Text
8 lines
284 B
Text
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_PL031) += pl031.o
|
|
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
|
|
common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o
|