This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e893baee70
qemu
/
hw
/
semihosting
/
Makefile.objs
3 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
semihosting: introduce CONFIG_SEMIHOSTING There isn't much point building semihosting for platforms that don't support it. Introduce a new symbol and enable it only for the softmmu targets that need it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2019-05-13 17:25:27 +03:00
obj-$(CONFIG_SEMIHOSTING)
+=
config.o
semihosting: implement a semihosting console 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>
2019-05-13 23:49:43 +03:00
obj-$(CONFIG_SEMIHOSTING)
+=
console.o
Reference in New Issue
Copy Permalink