target/microblaze: Compile helper.c as common unit
Nothing in helper.c prevents it to be built as common unit. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Message-Id: <20260423100612.27278-6-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Apr 23, 2026 at 11:10 UTC
6a98aa6576d7e1729ff584674b972bad80bf1921
1 file changed
+1
-1
target/microblaze/meson.build
+1
-1
@@ -3,13 +3,13 @@ gen = decodetree.process('insns.decode')
3
microblaze_common_ss = ss.source_set()
4
microblaze_common_ss.add(files(
5
'gdbstub.c',
6
+ 'helper.c',
7
))
8
9
microblaze_ss = ss.source_set()
10
microblaze_ss.add(gen)
11
microblaze_ss.add(files(
12
'cpu.c',
12
- 'helper.c',
13
'op_helper.c',
14
'translate.c',
15
))