2019-08-17 13:55:58 +04:00
|
|
|
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
|
|
|
|
'xen_apic.c',
|
|
|
|
'xen_pvdevice.c',
|
|
|
|
))
|
2023-11-14 15:23:24 +01:00
|
|
|
i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
|
|
|
|
'xen-hvm.c',
|
|
|
|
))
|
2018-06-19 06:44:46 -04:00
|
|
|
|
|
|
|
i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
|
|
|
|
'xen_platform.c',
|
|
|
|
))
|