commit | 4eb7ba8aff38291296bce7e5efa4ac6f42c989c4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 22 13:50:58 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 07 09:21:16 2012 +0200 |
tree | 4ed697060c74caa2b73588a1e21479038594d1fb | |
parent | dd5614d6f1d22c4e940368e1433325a3669cbbc2 [diff] [blame] |
build: move qga/ objects to nested Makefile.objs Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/qga/Makefile.objs b/qga/Makefile.objs new file mode 100644 index 0000000..6a4d843 --- /dev/null +++ b/qga/Makefile.objs
@@ -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