diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 14:13:04 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | 47934d0aadc075b05ce2d9e8a44fa6a46edd1afa (patch) | |
tree | 5ae8e4302cfc21b6fcf140fcf728e0a5ae4cef6b /hw/mips | |
parent | 9944d320016914912133b348b6fbbb18c7417035 (diff) | |
download | qemu-47934d0aadc075b05ce2d9e8a44fa6a46edd1afa.zip |
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.objs | 2 |
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)) |