aboutsummaryrefslogtreecommitdiff
path: root/hw/rx/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rx/meson.build')
-rw-r--r--hw/rx/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/rx/meson.build b/hw/rx/meson.build
new file mode 100644
index 0000000000..d223512a78
--- /dev/null
+++ b/hw/rx/meson.build
@@ -0,0 +1,5 @@
+rx_ss = ss.source_set()
+rx_ss.add(when: 'CONFIG_RX_GDBSIM', if_true: files('rx-gdbsim.c'))
+rx_ss.add(when: 'CONFIG_RX62N_MCU', if_true: files('rx62n.c'))
+
+hw_arch += {'rx': rx_ss}