]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson.build
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / meson.build
index 6cb2b1a42f8ad88ce284dc2e6c6855be4fbe79d6..77d2ae87e4c51a4a70e8af161fa14a7ab88c98f4 100644 (file)
@@ -3140,11 +3140,12 @@ if have_block
 endif
 
 common_ss.add(files('cpus-common.c'))
+specific_ss.add(files('cpu.c'))
 
 subdir('softmmu')
 
 common_ss.add(capstone)
-specific_ss.add(files('cpu.c', 'disas.c'), capstone)
+specific_ss.add(files('disas.c'), capstone)
 
 # Work around a gcc bug/misfeature wherein constant propagation looks
 # through an alias: