mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

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>
2 lines
77 B
Text
2 lines
77 B
Text
obj-$(CONFIG_SEMIHOSTING) += config.o
|
|
obj-$(CONFIG_SEMIHOSTING) += console.o
|