From dcff25f2cd8c11a9368cc2369aeb0319c32d9e26 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Sun, 17 Jun 2012 19:01:32 -0500 Subject: make: automatically include dependencies in recursive subdir rules (v2) I think I understand enough of what's going on in these rules to ensure this is right. But I could certainly use a second or third opinion... Signed-off-by: Anthony Liguori --- hw/i386/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/i386/Makefile.objs') diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs index d43f1df5f0..eb171b7c47 100644 --- a/hw/i386/Makefile.objs +++ b/hw/i386/Makefile.objs @@ -7,7 +7,7 @@ obj-y += debugcon.o multiboot.o obj-y += pc_piix.o obj-y += pc_sysfw.o obj-$(CONFIG_XEN) += xen_platform.o xen_apic.o -obj-$(CONFIG_KVM) += kvm/clock.o kvm/apic.o kvm/i8259.o kvm/ioapic.o kvm/i8254.o +obj-y += kvm/ obj-$(CONFIG_SPICE) += qxl.o qxl-logger.o qxl-render.o obj-y := $(addprefix ../,$(obj-y)) -- cgit v1.2.1