mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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:
parent
1d3e745f7a
commit
40988ed9df
2 changed files with 1 additions and 13 deletions
|
@ -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',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue