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