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/isa/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/isa/Makefile.objs') diff --git a/hw/isa/Makefile.objs b/hw/isa/Makefile.objs index ad3643b..193746a 100644 --- a/hw/isa/Makefile.objs +++ b/hw/isa/Makefile.objs @@ -4,4 +4,6 @@ common-obj-$(CONFIG_I82378) += i82378.o common-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o common-obj-$(CONFIG_PC87312) += pc87312.o common-obj-$(CONFIG_PIIX4) += piix4.o +common-obj-$(CONFIG_VT82C686) += vt82c686.o +obj-$(CONFIG_LPC_ICH9) += lpc_ich9.o -- cgit v1.1