aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sh4/meson.build')
-rw-r--r--hw/sh4/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sh4/meson.build b/hw/sh4/meson.build
index 424d5674de..70e814c3a2 100644
--- a/hw/sh4/meson.build
+++ b/hw/sh4/meson.build
@@ -1,5 +1,5 @@
sh4_ss = ss.source_set()
-sh4_ss.add(files(
+sh4_ss.add(when: 'CONFIG_SH7750', if_true: files(
'sh7750.c',
'sh7750_regnames.c',
))