]>
Commit | Line | Data |
---|---|---|
2870dc34 | 1 | qga-obj-y = commands.o guest-agent-command-state.o main.o |
4eb7ba8a PB |
2 | qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o |
3 | qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o | |
64c00317 | 4 | qga-obj-$(CONFIG_WIN32) += vss-win32.o |
54c2e502 DH |
5 | qga-obj-y += qapi-generated/qga-qapi-types.o qapi-generated/qga-qapi-visit.o |
6 | qga-obj-y += qapi-generated/qga-qmp-marshal.o | |
b39297ae TS |
7 | |
8 | qga-vss-dll-obj-$(CONFIG_QGA_VSS) += vss-win32/ |