dcff25f2cd
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 <aliguori@us.ibm.com>
14 lines
405 B
Makefile
14 lines
405 B
Makefile
obj-y += mc146818rtc.o pc.o
|
|
obj-y += apic_common.o apic.o kvmvapic.o
|
|
obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
|
|
obj-y += vmport.o
|
|
obj-y += pci-hotplug.o smbios.o wdt_ib700.o
|
|
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-y += kvm/
|
|
obj-$(CONFIG_SPICE) += qxl.o qxl-logger.o qxl-render.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|