mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 13:19:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			317 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			317 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| qga-obj-y = commands.o guest-agent-command-state.o main.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
 | 
