Now it's the only file left to define target info, we call it def to make the intent more clear.
Signed-off-by: Pierrick Bouvier <[email protected]> --- meson.build | 2 +- target-info-stub.c => target-info-def.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename target-info-stub.c => target-info-def.c (100%) diff --git a/meson.build b/meson.build index 93d495f09a0..5da6c15551e 100644 --- a/meson.build +++ b/meson.build @@ -4322,7 +4322,7 @@ foreach target : target_dirs endif endif - arch_srcs += files('target-info-stub.c') + arch_srcs += files('target-info-def.c') if target_base_arch in target_arch t = target_arch[target_base_arch].apply(config_target, strict: false) diff --git a/target-info-stub.c b/target-info-def.c similarity index 100% rename from target-info-stub.c rename to target-info-def.c -- 2.43.0
