mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
2 lines
77 B
Text
2 lines
77 B
Text
obj-$(CONFIG_SEMIHOSTING) += config.o
|
|
obj-$(CONFIG_SEMIHOSTING) += console.o
|