mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 b1bc817d68
			
		
	
	
		b1bc817d68
		
	
	
	
	
		
			
			Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			625 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			625 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_smc.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-spi.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_PL022', if_true: files('pl022.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_SSI', if_true: files('ssi.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_STM32F2XX_SPI', if_true: files('stm32f2xx_spi.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_XILINX_SPI', if_true: files('xilinx_spi.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_XILINX_SPIPS', if_true: files('xilinx_spips.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_spi.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_spi.c'))
 |