mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 97813b940d
			
		
	
	
		97813b940d
		
	
	
	
	
		
			
			Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			249 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			249 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| mem_ss = ss.source_set()
 | |
| mem_ss.add(files('memory-device.c'))
 | |
| mem_ss.add(when: 'CONFIG_DIMM', if_true: files('pc-dimm.c'))
 | |
| mem_ss.add(when: 'CONFIG_NVDIMM', if_true: files('nvdimm.c'))
 | |
| 
 | |
| softmmu_ss.add_all(when: 'CONFIG_MEM_DEVICE', if_true: mem_ss)
 |