diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-07 11:29:31 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-10 15:45:14 +0200 |
commit | d1b223dd07637621f0439701d7d248f87995a275 (patch) | |
tree | 91df0ea31753059b262b414f9e96a689f7ad0da2 /hw/sh4 | |
parent | 23b1f53c2c8990ed745acede171e49645af3d6d0 (diff) |
sh4: select correct components for no-board build
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4')
-rw-r--r-- | hw/sh4/meson.build | 2 |
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', )) |