mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:38 +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>
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
source Kconfig.host
|
|
source backends/Kconfig
|
|
source accel/Kconfig
|
|
source dump/Kconfig
|
|
source target/Kconfig
|
|
source hw/Kconfig
|
|
source semihosting/Kconfig
|
|
source rust/Kconfig
|