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