| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | obj-y += entry/ |
| 2 | |||||
| 3 | obj-$(CONFIG_PERF_EVENTS) += events/ | ||||
| 4 | |||||
| 5 | obj-$(CONFIG_KVM) += kvm/ | ||||
| 6 | |||||
| 7 | # Xen paravirtualization support | ||||
| 8 | obj-$(CONFIG_XEN) += xen/ | ||||
| 9 | |||||
| 10 | # Hyper-V paravirtualization support | ||||
| 11 | obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/ | ||||
| 12 | |||||
| 13 | obj-y += realmode/ | ||||
| 14 | obj-y += kernel/ | ||||
| 15 | obj-y += mm/ | ||||
| 16 | |||||
| 17 | obj-y += crypto/ | ||||
| 18 | |||||
| 19 | obj-$(CONFIG_IA32_EMULATION) += ia32/ | ||||
| 20 | |||||
| 21 | obj-y += platform/ | ||||
| 22 | obj-y += net/ | ||||
| 23 | |||||
| 24 | obj-$(CONFIG_KEXEC_FILE) += purgatory/ | ||||