summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-04-01 08:33:06 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-04-01 09:58:48 -0500
commitb33612d03540fda7fa67485f1c20395beb7a2bf0 (patch)
tree2df7b1ef43f26133c37543fd515d8ec6d0d2fa21 /Makefile.objs
parentd3f822d241d673103046a07874f8a3f37d1cb41b (diff)
downloadqemu-b33612d03540fda7fa67485f1c20395beb7a2bf0.tar.gz
Fix -enable-kvm
Make vl.o compiled per target and fix a thinko in hw/acpi.c. It's not trivial to make kvm.h consumable by compiled-once files. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 233fbbaeaa..ef3adac6c0 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -128,7 +128,7 @@ user-obj-y += cutils.o cache-utils.o
# libhw
hw-obj-y =
-hw-obj-y += vl.o loader.o
+hw-obj-y += loader.o
hw-obj-y += virtio.o virtio-console.o
hw-obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o
hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o