906c0876ee
xen-hvm.c calls xc_set_hvm_param() from <xenctrl.h>, so better compile it with Xen CPPFLAGS. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Woodhouse <dwmw@amazon.co.uk> Message-Id: <20231114143816.71079-19-philmd@linaro.org>
12 lines
236 B
Meson
12 lines
236 B
Meson
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
|
|
'xen_apic.c',
|
|
'xen_pvdevice.c',
|
|
))
|
|
i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
|
|
'xen-hvm.c',
|
|
))
|
|
|
|
i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
|
|
'xen_platform.c',
|
|
))
|