mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# Default configuration for m68k-softmmu
|
|
|
|
CONFIG_SEMIHOSTING=y
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_AN5206=y
|
|
CONFIG_MCF5208=y
|