mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 22:10:33 +00:00
4 lines
187 B
Makefile
4 lines
187 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
|