summaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-04-03 18:06:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-08 18:13:16 +0200
commite28bee8ee654b81f4688a505e56ade0692174b5c (patch)
tree10957fa9975ffda17a02c1001c10656044830892 /hw/i386
parent914e29d28052dbe5a4f41b71eaf8c7bb19ac0929 (diff)
downloadqemu-e28bee8ee654b81f4688a505e56ade0692174b5c.tar.gz
hw: move other devices to hw/misc/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/Makefile.objs4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index 533d337c17..c1d73a88a6 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -1,8 +1,4 @@
-obj-y += sga.o
-obj-y += vmport.o
-obj-y += debugexit.o
obj-y += kvm/
-obj-y += pc-testdev.o
obj-y := $(addprefix ../,$(obj-y))