mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 11:55:48 +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>
		
			
				
	
	
		
			11 lines
		
	
	
		
			399 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			399 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-$(CONFIG_IDE_CORE) += core.o atapi.o
 | |
| common-obj-$(CONFIG_IDE_QDEV) += qdev.o
 | |
| common-obj-$(CONFIG_IDE_PCI) += pci.o
 | |
| common-obj-$(CONFIG_IDE_ISA) += isa.o
 | |
| common-obj-$(CONFIG_IDE_PIIX) += piix.o
 | |
| common-obj-$(CONFIG_IDE_CMD646) += cmd646.o
 | |
| common-obj-$(CONFIG_IDE_MACIO) += macio.o
 | |
| common-obj-$(CONFIG_IDE_VIA) += via.o
 | |
| common-obj-$(CONFIG_AHCI) += ahci.o
 | |
| common-obj-$(CONFIG_AHCI) += ich.o
 |