summaryrefslogtreecommitdiff
path: root/accel
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-09-14 20:57:11 +0200
committerRichard Henderson <richard.henderson@linaro.org>2023-10-04 11:03:54 -0700
commite8b845b9b1a172c367bb77e16498664290736ad6 (patch)
tree8fb374cd51c67cbac38d880eb44de18280ee6c3a /accel
parentc9955713e9d275980ca2177cf7fbc94b49bc89e5 (diff)
accel: Rename accel-common.c -> accel-target.c
We use the '-common.c' suffix for target agnostic units. This file is target specific, rename it using the '-target' suffix. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20230914185718.76241-6-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel')
-rw-r--r--accel/accel-target.c (renamed from accel/accel-common.c)0
-rw-r--r--accel/meson.build2
2 files changed, 1 insertions, 1 deletions
diff --git a/accel/accel-common.c b/accel/accel-target.c
index 11d74b4ad7..11d74b4ad7 100644
--- a/accel/accel-common.c
+++ b/accel/accel-target.c
diff --git a/accel/meson.build b/accel/meson.build
index 76f3cbc530..fda3157a6e 100644
--- a/accel/meson.build
+++ b/accel/meson.build
@@ -1,4 +1,4 @@
-specific_ss.add(files('accel-common.c'))
+specific_ss.add(files('accel-target.c'))
system_ss.add(files('accel-softmmu.c', 'accel-blocker.c'))
user_ss.add(files('accel-user.c'))