Skip to content

Commit 5516b44

Browse files
committed
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>
1 parent 6ff5da1 commit 5516b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
33
'ioport.c',
44
'memory.c',
55
'physmem.c',
6-
'watchpoint.c',
76
)])
87

98
system_ss.add(files(
@@ -24,6 +23,7 @@ system_ss.add(files(
2423
'runstate.c',
2524
'tpm-hmp-cmds.c',
2625
'vl.c',
26+
'watchpoint.c',
2727
), sdl, libpmem, libdaxctl)
2828

2929
if have_tpm

0 commit comments

Comments
 (0)