mirror of
https://github.com/qemu/qemu.git
synced 2025-08-20 16:35:15 +00:00
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:
@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
|
||||
'ioport.c',
|
||||
'memory.c',
|
||||
'physmem.c',
|
||||
'watchpoint.c',
|
||||
)])
|
||||
|
||||
system_ss.add(files(
|
||||
@ -24,6 +23,7 @@ system_ss.add(files(
|
||||
'runstate.c',
|
||||
'tpm-hmp-cmds.c',
|
||||
'vl.c',
|
||||
'watchpoint.c',
|
||||
), sdl, libpmem, libdaxctl)
|
||||
|
||||
if have_tpm
|
||||
|
Reference in New Issue
Block a user