mirror of
https://github.com/qemu/qemu.git
synced 2025-08-05 02:04:04 +00:00

The MC146818 is a Real Time Clock, not a timer.
Move it under the hw/rtc/ subdirectory.
Use copyright statement from 80cabfad16
for "hw/rtc/mc146818rtc.h".
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191003230404.19384-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
3 lines
81 B
Makefile
3 lines
81 B
Makefile
common-obj-$(CONFIG_PL031) += pl031.o
|
|
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
|