meson: Prepare to accept per-binary TargetInfo structure implementation

If a file defining the binary TargetInfo structure is available,
link with it. Otherwise keep using the stub.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20251021205741.57109-6-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé
2025-03-23 21:03:16 +01:00
parent 38c5ab4003
commit 4dc7de81c2
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
foreach target : [
]
config_target_info += {target : files(target + '.c')}
endforeach