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