]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
move balloon handling to balloon.c
[qemu.git] / Makefile.target
index 2624b1d21865d4356893098a9069d44b2609624f..95c9d234399091cf94d8ae3200af3369308a8adb 100644 (file)
@@ -161,7 +161,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
+obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.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