summaryrefslogtreecommitdiff
path: root/hw/hppa/meson.build
blob: 3d0c586c309a03505408d3cbd283d6aeea03cd83 (plain)
1
2
3
4
hppa_ss = ss.source_set()
hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('machine.c'))

hw_arch += {'hppa': hppa_ss}