mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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
|