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