mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 2d0f99ed38
			
		
	
	
		2d0f99ed38
		
	
	
	
	
		
			
			The PCIE-PCI bridge is specific to "pure" PCIe systems (on QEMU we have X86 and ARM), it does not make sense to have it in other archs. Reported-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Yongbok Kim <yongbok.kim@mips.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			391 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			391 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-y += pci_bridge_dev.o
 | |
| common-obj-$(CONFIG_PCIE_PORT) += pcie_root_port.o gen_pcie_root_port.o pcie_pci_bridge.o
 | |
| common-obj-$(CONFIG_PXB) += pci_expander_bridge.o
 | |
| common-obj-$(CONFIG_XIO3130) += xio3130_upstream.o xio3130_downstream.o
 | |
| common-obj-$(CONFIG_IOH3420) += ioh3420.o
 | |
| common-obj-$(CONFIG_I82801B11) += i82801b11.o
 | |
| # NewWorld PowerMac
 | |
| common-obj-$(CONFIG_DEC_PCI) += dec.o
 |