target/arm: Update find_last_active for PREDDESC
[qemu/ar7.git] / hw / smbios / meson.build
blob9e762c7108c3be4aa55c06684ab534d72b308fe3
1 smbios_ss = ss.source_set()
2 smbios_ss.add(files('smbios.c'))
3 smbios_ss.add(when: 'CONFIG_IPMI',
4               if_true: files('smbios_type_38.c'),
5               if_false: files('smbios_type_38-stub.c'))
7 softmmu_ss.add_all(when: 'CONFIG_SMBIOS', if_true: smbios_ss)
8 softmmu_ss.add(when: 'CONFIG_SMBIOS', if_false: files('smbios-stub.c'))
10 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files(
11   'smbios-stub.c',
12   'smbios_type_38-stub.c',