mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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:
parent
6ff5da1600
commit
5516b44bea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue