mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 ffd9589ee2
			
		
	
	
		ffd9589ee2
		
	
	
	
	
		
			
			Move the QOM type and macros into a new include/hw/pci-bridge/simba.h file, and add a new CONFIG_SIMBA Makefile.objs variable which is enabled for sparc64-softmmu builds only. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> CC: Michael S. Tsirkin <mst@redhat.com> CC: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			437 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			437 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
 | |
| # Sun4u
 | |
| common-obj-$(CONFIG_SIMBA) += simba.o
 |