mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-27 13:30:41 +00:00 
			
		
		
		
	 8e0932802f
			
		
	
	
		8e0932802f
		
	
	
	
	
		
			
			This will allow the q800-glue.h header to be included separately so that the GLUE device can be referenced externally. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230621085353.113233-8-mark.cave-ayland@ilande.co.uk> [lv: update comment] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
		
			
				
	
	
		
			9 lines
		
	
	
		
			431 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			431 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| m68k_ss = ss.source_set()
 | |
| m68k_ss.add(when: 'CONFIG_AN5206', if_true: files('an5206.c', 'mcf5206.c'))
 | |
| m68k_ss.add(when: 'CONFIG_MCF5208', if_true: files('mcf5208.c', 'mcf_intc.c'))
 | |
| m68k_ss.add(when: 'CONFIG_NEXTCUBE', if_true: files('next-kbd.c', 'next-cube.c'))
 | |
| m68k_ss.add(when: 'CONFIG_Q800', if_true: files('q800.c', 'q800-glue.c'))
 | |
| m68k_ss.add(when: 'CONFIG_M68K_VIRT', if_true: files('virt.c'))
 | |
| 
 | |
| hw_arch += {'m68k': m68k_ss}
 |