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 | 41ab343d0485698021b949525cb66a953e21c171 (patch) | |
tree | ffedb94745016d824379a377ab92fe7635e58c93 /Makefile.target | |
parent | 3388bc1072ff3c5aeecb8e06f3c2ab79038ffa30 (diff) | |
download | qemu-41ab343d0485698021b949525cb66a953e21c171.tar.gz qemu-41ab343d0485698021b949525cb66a953e21c171.tar.bz2 qemu-41ab343d0485698021b949525cb66a953e21c171.zip |
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.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 34ceed60bd..3bd4b86737 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |