mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
meson: remove CONFIG_ALL
CONFIG_ALL is tricky to use and was ported over to Meson from the recursive processing of Makefile variables. Meson sourcesets however have all_sources() and all_dependencies() methods that remove the need for it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1220f5813a
commit
0d66549cf5
14 changed files with 7 additions and 65 deletions
|
@ -11,5 +11,3 @@ system_ss.add(when: 'CONFIG_CXL',
|
|||
if_false: files(
|
||||
'cxl-host-stubs.c',
|
||||
))
|
||||
|
||||
system_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue