diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2013-04-14 18:10:28 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-05-26 11:37:58 +0000 |
commit | 6a4e17711442849bf2cc731ccddef5a2a2d92d29 (patch) | |
tree | 20129e005a0d3488e82f2493e82fbe0b5a157690 /hw/intc/Makefile.objs | |
parent | 4f6ab397b60615d2da77bff4f32666be9ac2e949 (diff) | |
download | qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.tar.gz qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.tar.bz2 qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.zip |
Remove Sun4c, Sun4d and a few CPUs
Sun4c and Sun4d architectures and related CPUs are not fully implemented
(especially Sun4c MMU) and there has been no interest for them.
Likewise, a few CPUs (Cypress, Ross etc) are only half implemented.
Remove the machines and CPUs, they can be re-added if needed later.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/intc/Makefile.objs')
-rw-r--r-- | hw/intc/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/Makefile.objs b/hw/intc/Makefile.objs index 718d97ae8a..3e68d2eba8 100644 --- a/hw/intc/Makefile.objs +++ b/hw/intc/Makefile.objs @@ -7,7 +7,7 @@ common-obj-$(CONFIG_ETRAXFS) += etraxfs_pic.o common-obj-$(CONFIG_IMX) += imx_avic.o common-obj-$(CONFIG_LM32) += lm32_pic.o common-obj-$(CONFIG_REALVIEW) += realview_gic.o -common-obj-$(CONFIG_SLAVIO) += sbi.o slavio_intctl.o sun4c_intctl.o +common-obj-$(CONFIG_SLAVIO) += slavio_intctl.o common-obj-$(CONFIG_IOAPIC) += ioapic_common.o common-obj-$(CONFIG_ARM_GIC) += arm_gic_common.o |