Revision 4eb7ba8a

b/Makefile.objs
385 385
######################################################################
386 386
# guest agent
387 387

  
388
qga-nested-y = commands.o guest-agent-command-state.o
389
qga-nested-$(CONFIG_POSIX) += commands-posix.o channel-posix.o
390
qga-nested-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o
391
qga-obj-y = $(addprefix qga/, $(qga-nested-y))
392
qga-obj-y += qemu-ga.o module.o
388
qga-obj-y = qga/ qemu-ga.o module.o
393 389
qga-obj-$(CONFIG_WIN32) += oslib-win32.o
394 390
qga-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-sockets.o qemu-option.o
395 391

  
......
400 396
QEMU_CFLAGS+=$(GLIB_CFLAGS)
401 397

  
402 398
nested-vars += \
399
	qga-obj-y \
403 400
	block-obj-y \
404 401
	qom-obj-y \
405 402
	qapi-obj-y \
b/qga/Makefile.objs
1
qga-obj-y = commands.o guest-agent-command-state.o
2
qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o
3
qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o

Also available in: Unified diff