]> Git Repo - qemu.git/commitdiff
Compile vl.c once
authorBlue Swirl <[email protected]>
Mon, 19 Apr 2010 19:46:13 +0000 (19:46 +0000)
committerBlue Swirl <[email protected]>
Mon, 19 Apr 2010 19:46:13 +0000 (19:46 +0000)
Since kvm.h can be used in files compiled once,
we can partially revert
b33612d03540fda7fa67485f1c20395beb7a2bf0.

Signed-off-by: Blue Swirl <[email protected]>
Makefile.objs
Makefile.target

index f4d2faf06c896a02e08eb117e016136fe39632c7..ea97a03eee7624eb3c6a9de75f6857560682e2b6 100644 (file)
@@ -128,7 +128,7 @@ user-obj-y += cutils.o cache-utils.o
 # libhw
 
 hw-obj-y =
-hw-obj-y += loader.o
+hw-obj-y += vl.o loader.o
 hw-obj-y += virtio.o virtio-console.o
 hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o
 hw-obj-y += watchdog.o
index 34ceed60bdb5f1ac82cbc53de481494744cd8bea..3bd4b867376ab62b2e926f9c81092bf156f47496 100644 (file)
@@ -162,7 +162,7 @@ endif #CONFIG_BSD_USER
 # System emulator target
 ifdef CONFIG_SOFTMMU
 
-obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.o balloon.o
+obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o
 # virtio has to be here due to weird dependency between PCI and virtio-net.
 # need to fix this properly
 obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o
This page took 0.027655 seconds and 4 git commands to generate.