xref: /qemu/hw/hppa/meson.build (revision b14df228d7c4fe6e86e7f8a4998e9ccf4967b678)
1hppa_ss = ss.source_set()
2hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('machine.c'))
3
4hw_arch += {'hppa': hppa_ss}
5