linux-user: Use do_munmap for target_mmap failure
[qemu/kevin.git] / hw / smbios / meson.build
blob70469674621d121ed3fd78671e2cc2c9c70c67a4
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 system_ss.add_all(when: 'CONFIG_SMBIOS', if_true: smbios_ss)
8 system_ss.add(when: 'CONFIG_SMBIOS', if_false: files('smbios-stub.c'))