mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
build: move qga/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
dd5614d6f1
commit
4eb7ba8aff
2 changed files with 5 additions and 5 deletions
3
qga/Makefile.objs
Normal file
3
qga/Makefile.objs
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue