diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:30:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:13 +0200 |
commit | 0ddfaf7fe4c8453446730328bf348b7c6438e4f8 (patch) | |
tree | b477612ce554244d9daa8f1a263c4a48a745707b /hw/i386/Makefile.objs | |
parent | a100107d5612ba568c817f22c628b2c9eeb431bf (diff) | |
download | qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.zip qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.tar.gz qemu-0ddfaf7fe4c8453446730328bf348b7c6438e4f8.tar.bz2 |
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/Makefile.objs')
-rw-r--r-- | hw/i386/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs index 5559a8b..80132d8 100644 --- a/hw/i386/Makefile.objs +++ b/hw/i386/Makefile.objs @@ -1,4 +1,3 @@ -obj-y += mc146818rtc.o obj-y += apic_common.o apic.o obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o obj-y += vmport.o |