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