build: move qga/ objects to nested Makefile.objs

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-05-22 13:50:58 +02:00
parent dd5614d6f1
commit 4eb7ba8aff
2 changed files with 5 additions and 5 deletions

3
qga/Makefile.objs Normal file
View file

@ -0,0 +1,3 @@
qga-obj-y = commands.o guest-agent-command-state.o
qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o
qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o