xref: /qemu/hw/hppa/meson.build (revision e52ee00dab8678b26a5b7312275daa6ac4899046)
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