summaryrefslogtreecommitdiffstats
path: root/target/s390x/meson.build
diff options
context:
space:
mode:
authorCho, Yu-Chen2021-07-07 12:53:20 +0200
committerCornelia Huck2021-07-07 14:01:59 +0200
commitda9448854693bb5958d181b8f67bdb7760e0d0b0 (patch)
tree308b1567ed9871cddeb386dcf225f2406e824852 /target/s390x/meson.build
parenttarget/s390x: split cpu-dump from helper.c (diff)
downloadqemu-da9448854693bb5958d181b8f67bdb7760e0d0b0.tar.gz
qemu-da9448854693bb5958d181b8f67bdb7760e0d0b0.tar.xz
qemu-da9448854693bb5958d181b8f67bdb7760e0d0b0.zip
target/s390x: make helper.c sysemu-only
Now that we have moved cpu-dump functionality out of helper.c, we can make the module sysemu-only. Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Cho, Yu-Chen <acho@suse.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210707105324.23400-11-acho@suse.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/meson.build')
-rw-r--r--target/s390x/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/meson.build b/target/s390x/meson.build
index 6e1aa3b0cd..bbcaede384 100644
--- a/target/s390x/meson.build
+++ b/target/s390x/meson.build
@@ -4,7 +4,6 @@ s390x_ss.add(files(
'cpu_features.c',
'cpu_models.c',
'gdbstub.c',
- 'helper.c',
'interrupt.c',
'cpu-dump.c',
))
@@ -23,6 +22,7 @@ s390x_ss.add(gen_features_h)
s390x_softmmu_ss = ss.source_set()
s390x_softmmu_ss.add(files(
+ 'helper.c',
'arch_dump.c',
'diag.c',
'ioinst.c',