plugins: reduce source conflicts in plugins list

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/qemu-devel/87cy2uat5e.fsf@draig.linaro.org
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
This commit is contained in:
Pierrick Bouvier
2026-01-28 13:04:46 -08:00
parent 20fc9c3f8b
commit bed25f00d3
2 changed files with 27 additions and 5 deletions

View File

@@ -1,6 +1,19 @@
contrib_plugins = ['bbv.c', 'cache.c', 'cflow.c', 'drcov.c', 'execlog.c',
'hotblocks.c', 'hotpages.c', 'howvec.c', 'hwprofile.c',
'ips.c', 'stoptrigger.c', 'traps.c', 'uftrace.c']
contrib_plugins = [
'bbv.c',
'cache.c',
'cflow.c',
'drcov.c',
'execlog.c',
'hotblocks.c',
'hotpages.c',
'howvec.c',
'hwprofile.c',
'ips.c',
'stoptrigger.c',
'traps.c',
'uftrace.c',
]
if host_os != 'windows'
# lockstep uses socket.h
contrib_plugins += 'lockstep.c'