plugins/api: build only once

Now all the softmmu/user-mode stuff has been split out we can build
this compilation unit only once.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-30-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2025-03-04 22:24:36 +00:00
parent 1d3e745f7a
commit 40988ed9df
2 changed files with 1 additions and 13 deletions

View file

@ -61,9 +61,8 @@ endif
user_ss.add(files('user.c', 'api-user.c'))
system_ss.add(files('system.c', 'api-system.c'))
common_ss.add(files('loader.c'))
common_ss.add(files('loader.c', 'api.c'))
specific_ss.add(files(
'core.c',
'api.c',
))