]> Git Repo - qemu.git/blobdiff - Makefile.objs
qemu-ga: separate out common commands from posix-specific ones
[qemu.git] / Makefile.objs
index 67ee3df828230bf28e227bedd66ac7b4ba590a47..49ab82bc7edc6450ed8c0cb5ce8a5bb8f3a35860 100644 (file)
@@ -424,7 +424,8 @@ common-obj-y += qmp.o hmp.o
 ######################################################################
 # guest agent
 
-qga-nested-y = guest-agent-commands.o guest-agent-command-state.o
+qga-nested-y = commands.o guest-agent-commands.o guest-agent-command-state.o
+qga-nested-y += channel-posix.o
 qga-obj-y = $(addprefix qga/, $(qga-nested-y))
 qga-obj-y += qemu-ga.o qemu-sockets.o module.o qemu-option.o
 qga-obj-$(CONFIG_WIN32) += oslib-win32.o
This page took 0.023852 seconds and 4 git commands to generate.