mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 21:46:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifeq ($(CONFIG_REALLY_VIRTFS),y)
 | |
| common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
 | |
| 
 | |
| # Toplevel always builds this; targets without virtio will put it in
 | |
| # common-obj-y
 | |
| extra-obj-y = qemu-fsdev-dummy.o
 | |
| else
 | |
| common-obj-y = qemu-fsdev-dummy.o
 | |
| endif
 | 
