mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 22:00:58 +00:00
Rather than compiling the same content for all targets (unused most of the time, i.e. qemu-system-avr ...), extract the non x86 specific parts to a stub file and build it once for all non-x86 targets. Add a Kconfig symbol to only select the target-specific file with the x86 target (rename this file with '-x86' suffix). Since Kconfig symbols aren't evaluated for user emulation, the file unit is only built for system emulation. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260121215622.92966-3-philmd@linaro.org>
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
config WINDUMP
|
|
bool
|
|
default y if X86_64
|
|
depends on X86_64
|