xref: /qemu/hw/rx/meson.build (revision aa09b3d5f8e2819d53a6fd81e655ddb3ef107a47)
1rx_ss = ss.source_set()
2rx_ss.add(when: 'CONFIG_RX_GDBSIM', if_true: files('rx-gdbsim.c'))
3rx_ss.add(when: 'CONFIG_RX62N_MCU', if_true: files('rx62n.c'))
4
5hw_arch += {'rx': rx_ss}
6