mirror of
https://github.com/qemu/qemu.git
synced 2024-12-05 01:33:41 +08:00
cdc976b040
No reason to leave them out, and it will ensure that the dependencies are picked up. Later we can perhaps move the files to another directory to avoid ../ usage. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
6 lines
319 B
Makefile
6 lines
319 B
Makefile
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
|
|
qga-obj-y += ../qapi-generated/qga-qapi-types.o ../qapi-generated/qga-qapi-visit.o
|
|
qga-obj-y += ../qapi-generated/qga-qmp-marshal.o
|