mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
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>
This commit is contained in:
parent
23b1f53c2c
commit
d1b223dd07
3 changed files with 6 additions and 3 deletions
|
@ -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',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue