diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-03 18:06:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:16 +0200 |
commit | e28bee8ee654b81f4688a505e56ade0692174b5c (patch) | |
tree | 10957fa9975ffda17a02c1001c10656044830892 /hw/sparc | |
parent | 914e29d28052dbe5a4f41b71eaf8c7bb19ac0929 (diff) | |
download | qemu-e28bee8ee654b81f4688a505e56ade0692174b5c.zip qemu-e28bee8ee654b81f4688a505e56ade0692174b5c.tar.gz qemu-e28bee8ee654b81f4688a505e56ade0692174b5c.tar.bz2 |
hw: move other devices to hw/misc/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sparc')
-rw-r--r-- | hw/sparc/Makefile.objs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/sparc/Makefile.objs b/hw/sparc/Makefile.objs index 3246bb1..c987b5b 100644 --- a/hw/sparc/Makefile.objs +++ b/hw/sparc/Makefile.objs @@ -1,6 +1 @@ -obj-y += slavio_misc.o -obj-y += eccmemctl.o - -obj-y := $(addprefix ../,$(obj-y)) - obj-y += sun4m.o leon3.o |