![Philippe Mathieu-Daudé](/assets/img/avatar_default.png)
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>
7 lines
198 B
Makefile
7 lines
198 B
Makefile
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
|