diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-04-19 19:46:13 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-04-19 19:46:13 +0000 |
commit | 04c9a0cbc2bf496889cef6da2d61bf00ef190a4f (patch) | |
tree | ffedb94745016d824379a377ab92fe7635e58c93 /Makefile.objs | |
parent | 98c8573eb37bf5d7bb0c07225985a78537c73101 (diff) |
Compile vl.c once
Since kvm.h can be used in files compiled once,
we can partially revert
b33612d03540fda7fa67485f1c20395beb7a2bf0.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index f4d2faf06c..ea97a03eee 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 += 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 |