1i386_ss.add(when: 'CONFIG_XEN', if_true: files( 2 'xen-hvm.c', 3 'xen_apic.c', 4 'xen_pvdevice.c', 5)) 6 7i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files( 8 'xen_platform.c', 9)) 10
1i386_ss.add(when: 'CONFIG_XEN', if_true: files( 2 'xen-hvm.c', 3 'xen_apic.c', 4 'xen_pvdevice.c', 5)) 6 7i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files( 8 'xen_platform.c', 9)) 10