mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 15:09:27 +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>
		
			
				
	
	
		
			15 lines
		
	
	
		
			534 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			534 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o
 | |
| common-obj-$(CONFIG_USB_OHCI) += hcd-ohci.o
 | |
| common-obj-$(CONFIG_USB_EHCI) += hcd-ehci.o
 | |
| common-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o
 | |
| common-obj-y += libhw.o
 | |
| 
 | |
| common-obj-$(CONFIG_SMARTCARD) += dev-smartcard-reader.o
 | |
| common-obj-$(CONFIG_USB_REDIR) += redirect.o
 | |
| 
 | |
| common-obj-y += core.o bus.o desc.o dev-hub.o
 | |
| common-obj-y += host-$(HOST_USB).o dev-bluetooth.o
 | |
| common-obj-y += dev-hid.o dev-storage.o dev-wacom.o
 | |
| common-obj-y += dev-serial.o dev-network.o dev-audio.o
 | |
| common-obj-y += dev-uas.o
 |