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