meson: convert hw/arch*
[qemu/ar7.git] / hw / sh4 / meson.build
blob303c0f4287961670034137b7ab1adeadd2802997
1 sh4_ss = ss.source_set()
2 sh4_ss.add(files(
3   'sh7750.c',
4   'sh7750_regnames.c',
5   'sh_pci.c'
6 ))
7 sh4_ss.add(when: 'CONFIG_R2D', if_true: files('r2d.c'))
8 sh4_ss.add(when: 'CONFIG_SHIX', if_true: files('shix.c'))
10 hw_arch += {'sh4': sh4_ss}