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
|