summaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-02-05 14:13:04 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-08 18:13:14 +0200
commit47934d0aadc075b05ce2d9e8a44fa6a46edd1afa (patch)
tree5ae8e4302cfc21b6fcf140fcf728e0a5ae4cef6b /hw/mips
parent9944d320016914912133b348b6fbbb18c7417035 (diff)
downloadqemu-47934d0aadc075b05ce2d9e8a44fa6a46edd1afa.tar.gz
hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs
index e173a2d793..af4d1f947b 100644
--- a/hw/mips/Makefile.objs
+++ b/hw/mips/Makefile.objs
@@ -1,5 +1,5 @@
obj-y += gt64xxx.o
-obj-$(CONFIG_FULONG) += bonito.o vt82c686.o
+obj-$(CONFIG_FULONG) += bonito.o
obj-y := $(addprefix ../,$(obj-y))