Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / x86 / Kbuild
1
2 obj-$(CONFIG_KVM) += kvm/
3
4 # Xen paravirtualization support
5 obj-$(CONFIG_XEN) += xen/
6
7 # lguest paravirtualization support
8 obj-$(CONFIG_LGUEST_GUEST) += lguest/
9
10 obj-y += kernel/
11 obj-y += mm/
12
13 obj-y += crypto/
14 obj-y += vdso/
15 obj-$(CONFIG_IA32_EMULATION) += ia32/
16
17 obj-y += platform/
18 obj-y += net/