]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/m68k/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / target / m68k / meson.build
index 27d2d7ba874b6bffe0be7b7751dbce34c1a3c09e..355db26c6f5534fc30193140fb70ef5047de59e7 100644 (file)
@@ -9,11 +9,11 @@ m68k_ss.add(files(
   'translate.c',
 ))
 
-m68k_softmmu_ss = ss.source_set()
-m68k_softmmu_ss.add(files(
+m68k_system_ss = ss.source_set()
+m68k_system_ss.add(files(
   'm68k-semi.c',
   'monitor.c'
 ))
 
 target_arch += {'m68k': m68k_ss}
-target_softmmu_arch += {'m68k': m68k_softmmu_ss}
+target_softmmu_arch += {'m68k': m68k_system_ss}