xref: /qemu/hw/hppa/meson.build (revision 6ede46b910ac66fd10bc169fb0a6f681429a9c5c)
1hppa_ss = ss.source_set()
2hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('machine.c'))
3
4hw_arch += {'hppa': hppa_ss}
5