mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 a331c6d774
			
		
	
	
		a331c6d774
		
	
	
	
	
		
			
			This provides two functions for handling console output that handle the common backend behaviour for semihosting. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
		
			
				
	
	
		
			3 lines
		
	
	
		
			77 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			77 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_SEMIHOSTING) += config.o
 | |
| obj-$(CONFIG_SEMIHOSTING) += console.o
 |