Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-block.git] / arch / x86 / Kbuild
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 obj-$(CONFIG_PVH) += platform/pvh/
11
12 # Hyper-V paravirtualization support
13 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
14
15 obj-y += realmode/
16 obj-y += kernel/
17 obj-y += mm/
18
19 obj-y += crypto/
20
21 obj-$(CONFIG_IA32_EMULATION) += ia32/
22
23 obj-y += platform/
24 obj-y += net/
25
26 obj-$(CONFIG_KEXEC_FILE) += purgatory/