16932bb761
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>
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# Default configuration for Xtensa
|
|
|
|
CONFIG_SEMIHOSTING=y
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_XTENSA_SIM=y
|
|
CONFIG_XTENSA_XTFPGA=y
|