]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/microblaze: Build system files once
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 6 Jan 2026 21:39:00 +0000 (22:39 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
Previous commit removed the last target-specific use in
system units, we can now build them once.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20260106235333.22752-5-philmd@linaro.org>

target/microblaze/meson.build

index 3ed4fbb67a748665b7893b92788f2f2c9e60ffe6..b30b8f70ace55d9528893afe1f5a1da0910cdf2e 100644 (file)
@@ -17,4 +17,4 @@ microblaze_system_ss.add(files(
 ))
 
 target_arch += {'microblaze': microblaze_ss}
-target_system_arch += {'microblaze': microblaze_system_ss}
+target_common_system_arch += {'microblaze': microblaze_system_ss}