]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - dump/meson.build
dump: Add create_win_dump() stub for non-x86 targets
[thirdparty/qemu.git] / dump / meson.build
index f13b29a849566b6cb073b975bf0623717e59cb14..df52ee4268fec124a4a4db7959dba556a1398865 100644 (file)
@@ -1,4 +1,2 @@
-softmmu_ss.add(files('dump-hmp-cmds.c'))
-
-specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('dump.c'), snappy, lzo])
+softmmu_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files('win_dump.c'))