mirror of https://gitee.com/openkylin/qemu.git
6 lines
310 B
Makefile
6 lines
310 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
|