]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/Kbuild
x86/bugs: Expose x86_spec_ctrl_base directly
[mirror_ubuntu-artful-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
S
10# Hyper-V paravirtualization support
11obj-$(CONFIG_HYPERVISOR_GUEST) += hyperv/
12
d1f0ae5e
SR
13# lguest paravirtualization support
14obj-$(CONFIG_LGUEST_GUEST) += lguest/
15
b3266bd6 16obj-y += realmode/
d1f0ae5e
SR
17obj-y += kernel/
18obj-y += mm/
19
20obj-y += crypto/
d603c8e1 21
d1f0ae5e
SR
22obj-$(CONFIG_IA32_EMULATION) += ia32/
23
3adbb7f4 24obj-y += platform/
0a14842f 25obj-y += net/
8fc5b4d4 26
74ca317c 27obj-$(CONFIG_KEXEC_FILE) += purgatory/