mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 10:30:10 +00:00 
			
		
		
		
	 c9159fe9aa
			
		
	
	
		c9159fe9aa
		
	
	
	
	
		
			
			The entries for libhw* are no longer needed in .gitignore. There is also no longer a difference between common-obj-y and hw-obj-y, so one of those two macros is sufficient. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			364 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			364 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-y  = virtio-9p.o
 | |
| common-obj-y += virtio-9p-local.o virtio-9p-xattr.o
 | |
| common-obj-y += virtio-9p-xattr-user.o virtio-9p-posix-acl.o
 | |
| common-obj-y += virtio-9p-coth.o cofs.o codir.o cofile.o
 | |
| common-obj-y += coxattr.o virtio-9p-synth.o
 | |
| common-obj-$(CONFIG_OPEN_BY_HANDLE) +=  virtio-9p-handle.o
 | |
| common-obj-y += virtio-9p-proxy.o
 | |
| 
 | |
| obj-y += virtio-9p-device.o
 |