Skip to content

Commit 9e20807

Browse files
committed
accel/tcg: Build tcg-runtime-gvec.c once
Tested-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Signed-off-by: Richard Henderson <[email protected]>
1 parent 6e9f900 commit 9e20807

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

accel/tcg/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
common_ss.add(when: 'CONFIG_TCG', if_true: files(
22
'cpu-exec-common.c',
33
'tcg-runtime.c',
4+
'tcg-runtime-gvec.c',
45
))
56
tcg_specific_ss = ss.source_set()
67
tcg_specific_ss.add(files(
78
'tcg-all.c',
89
'cpu-exec.c',
910
'tb-maint.c',
10-
'tcg-runtime-gvec.c',
1111
'translate-all.c',
1212
'translator.c',
1313
))

accel/tcg/tcg-runtime-gvec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include "qemu/osdep.h"
2121
#include "qemu/host-utils.h"
22-
#include "cpu.h"
2322
#include "exec/helper-proto-common.h"
2423
#include "tcg/tcg-gvec-desc.h"
2524

0 commit comments

Comments
 (0)