These files are now free of target-specific symbols, build them as common files (thus forbidding further uses of such target-specific symbols).
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/xtensa/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/xtensa/meson.build b/target/xtensa/meson.build index f8d60101e3d..69c6946420a 100644 --- a/target/xtensa/meson.build +++ b/target/xtensa/meson.build @@ -24,4 +24,4 @@ xtensa_system_ss.add(files( )) target_arch += {'xtensa': xtensa_ss} -target_system_arch += {'xtensa': xtensa_system_ss} +target_common_system_arch += {'xtensa': xtensa_system_ss} -- 2.52.0
