diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-05-22 13:50:58 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 09:21:16 +0200 |
commit | 4eb7ba8aff38291296bce7e5efa4ac6f42c989c4 (patch) | |
tree | 4ed697060c74caa2b73588a1e21479038594d1fb /qga | |
parent | dd5614d6f1d22c4e940368e1433325a3669cbbc2 (diff) | |
download | qemu-4eb7ba8aff38291296bce7e5efa4ac6f42c989c4.tar.gz qemu-4eb7ba8aff38291296bce7e5efa4ac6f42c989c4.tar.bz2 qemu-4eb7ba8aff38291296bce7e5efa4ac6f42c989c4.zip |
build: move qga/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qga')
-rw-r--r-- | qga/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qga/Makefile.objs b/qga/Makefile.objs new file mode 100644 index 0000000000..6a4d843436 --- /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 |