mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 32bec2eea2
			
		
	
	
		32bec2eea2
		
	
	
	
	
		
			
			If the Kconfig 'PCMCIA' value is not selected, it is pointless to build the PCMCIA core components. (Currently only one machine of the ARM targets requires this). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210424222057.3434459-4-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
		
			
				
	
	
		
			3 lines
		
	
	
		
			132 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			132 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| softmmu_ss.add(when: 'CONFIG_PCMCIA', if_true: files('pcmcia.c'))
 | |
| softmmu_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx.c'))
 |