diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-10-04 01:03:55 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-10-24 20:22:12 +0200 |
commit | de04c31d31c229220d731462380a4255e7936374 (patch) | |
tree | a5bb5da293d28953f6c29a3ac0ec2d9f476acf66 /hw/rtc/Makefile.objs | |
parent | 819ce6b2a598b5c5c6866a3a6d1acb5261592f8a (diff) | |
download | qemu-de04c31d31c229220d731462380a4255e7936374.zip qemu-de04c31d31c229220d731462380a4255e7936374.tar.gz qemu-de04c31d31c229220d731462380a4255e7936374.tar.bz2 |
hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory
The M41T80 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-6-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc/Makefile.objs')
-rw-r--r-- | hw/rtc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/rtc/Makefile.objs b/hw/rtc/Makefile.objs index c87f814..89e8e48 100644 --- a/hw/rtc/Makefile.objs +++ b/hw/rtc/Makefile.objs @@ -1,3 +1,4 @@ +common-obj-$(CONFIG_M41T80) += m41t80.o common-obj-$(CONFIG_M48T59) += m48t59.o ifeq ($(CONFIG_ISA_BUS),y) common-obj-$(CONFIG_M48T59) += m48t59-isa.o |