]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/tricore: Build system units in common source set
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 08:31:37 +0000 (09:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
Since commit range 809b460f305..cd08bcaa36b we remove all
uses of the target_ulong type in target/rx/. Use the meson
target_common_system_arch[] source set to prevent further
uses of target-specific types.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260107200702.54582-4-philmd@linaro.org>

target/tricore/meson.build

index 45f49f01288b359f3068ccfb5d9b5e17d797a353..f40daee61ed59c558e65d16270736998c6023f79 100644 (file)
@@ -12,4 +12,4 @@ tricore_ss.add(zlib)
 tricore_system_ss = ss.source_set()
 
 target_arch += {'tricore': tricore_ss}
-target_system_arch += {'tricore': tricore_system_ss}
+target_common_system_arch += {'tricore': tricore_system_ss}