aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-05-03 08:23:26 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-05-11 09:49:25 +0100
commitf779026478773da05e3f5b4621dddc5c6d6542dc (patch)
treeeb62e7b408f34bb1ad65b9fc5df2633e9cb89b9c /meson.build
parent692aba8d769585a6cd9e37c101af73dbd1482f7f (diff)
disas: Move disas.c to disas/
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230503072331.1747057-80-richard.henderson@linaro.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 5c7af6f3bc..d3cf48960b 100644
--- a/meson.build
+++ b/meson.build
@@ -3153,9 +3153,6 @@ specific_ss.add(files('cpu.c'))
subdir('softmmu')
-common_ss.add(capstone)
-specific_ss.add(files('disas.c'), capstone)
-
# Work around a gcc bug/misfeature wherein constant propagation looks
# through an alias:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99696