]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/Kbuild
KVM: VMX: fixes for vmentry_l1d_flush module parameter
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / Kbuild
CommitLineData
905a36a2
IM
1obj-y += entry/
2
fa9cbf32
BP
3obj-$(CONFIG_PERF_EVENTS) += events/
4
d1f0ae5e
SR
5obj-$(CONFIG_KVM) += kvm/
6
7# Xen paravirtualization support
8obj-$(CONFIG_XEN) += xen/
9
8730046c 10# Hyper-V paravirtualization support
79cadff2 11obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
8730046c 12
b3266bd6 13obj-y += realmode/
d1f0ae5e
SR
14obj-y += kernel/
15obj-y += mm/
16
17obj-y += crypto/
d603c8e1 18
d1f0ae5e
SR
19obj-$(CONFIG_IA32_EMULATION) += ia32/
20
3adbb7f4 21obj-y += platform/
0a14842f 22obj-y += net/
8fc5b4d4 23
74ca317c 24obj-$(CONFIG_KEXEC_FILE) += purgatory/