From 47934d0aadc075b05ce2d9e8a44fa6a46edd1afa Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 5 Feb 2013 14:13:04 +0100 Subject: hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ Signed-off-by: Paolo Bonzini --- hw/mips/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/mips/Makefile.objs') 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)) -- cgit v1.2.1