]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / target / hppa / meson.build
index 83b1e0ee7d839ff73ff32b7964d8ff78a96d8bff..59b68e82e2b9d30bed89ffddce26fa5a2b44790c 100644 (file)
@@ -11,8 +11,8 @@ hppa_ss.add(files(
   'translate.c',
 ))
 
-hppa_softmmu_ss = ss.source_set()
-hppa_softmmu_ss.add(files(
+hppa_system_ss = ss.source_set()
+hppa_system_ss.add(files(
   'int_helper.c',
   'machine.c',
   'mem_helper.c',
@@ -20,4 +20,4 @@ hppa_softmmu_ss.add(files(
 ))
 
 target_arch += {'hppa': hppa_ss}
-target_softmmu_arch += {'hppa': hppa_softmmu_ss}
+target_softmmu_arch += {'hppa': hppa_system_ss}