system: Build watchpoint.c once

Now that watchpoint.c uses cputlb.h instead of exec-all.h,
it can be built once.

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2025-03-06 21:49:50 -08:00
parent 6ff5da1600
commit 5516b44bea

View file

@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
'ioport.c', 'ioport.c',
'memory.c', 'memory.c',
'physmem.c', 'physmem.c',
'watchpoint.c',
)]) )])
system_ss.add(files( system_ss.add(files(
@ -24,6 +23,7 @@ system_ss.add(files(
'runstate.c', 'runstate.c',
'tpm-hmp-cmds.c', 'tpm-hmp-cmds.c',
'vl.c', 'vl.c',
'watchpoint.c',
), sdl, libpmem, libdaxctl) ), sdl, libpmem, libdaxctl)
if have_tpm if have_tpm