diff options
author | Alex Bennée | 2021-07-20 13:40:55 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-07-20 20:10:21 +0200 |
commit | 8ea754386545d0edde1e270f581e4827baa85ed9 (patch) | |
tree | 1470ba58a7423987e22baeb89e02b05cd6ce6c91 /configs | |
parent | hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGA (diff) | |
download | qemu-8ea754386545d0edde1e270f581e4827baa85ed9.tar.gz qemu-8ea754386545d0edde1e270f581e4827baa85ed9.tar.xz qemu-8ea754386545d0edde1e270f581e4827baa85ed9.zip |
hw/tricore: fix inclusion of tricore_testboard
Because commit f4063f9c319e39 ("meson: Introduce target-specific
Kconfig") ended being merged after commit 582079c9d27fc8cfff9f49
("hw/tricore: Add testdevice for tests in tests/tcg/"), we
inadvertently added a symbol clash causing the build not to include
the testboard needed for check-tcg.
Fixes: f4063f9c31 ("meson: Introduce target-specific Kconfig")
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210720114057.32053-2-alex.bennee@linaro.org>
[PMD: Updated description mentioning commits merged]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devices/tricore-softmmu/default.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devices/tricore-softmmu/default.mak b/configs/devices/tricore-softmmu/default.mak index 5cc91cebce..cb8fc286eb 100644 --- a/configs/devices/tricore-softmmu/default.mak +++ b/configs/devices/tricore-softmmu/default.mak @@ -1 +1,2 @@ +CONFIG_TRICORE_TESTBOARD=y CONFIG_TRIBOARD=y |