]> Git Repo - linux.git/blame - arch/x86/Kbuild
Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-block
[linux.git] / arch / x86 / Kbuild
CommitLineData
d1f0ae5e
SR
1
2obj-$(CONFIG_KVM) += kvm/
3
4# Xen paravirtualization support
5obj-$(CONFIG_XEN) += xen/
6
7# lguest paravirtualization support
8obj-$(CONFIG_LGUEST_GUEST) += lguest/
9
10obj-y += kernel/
11obj-y += mm/
12
13obj-y += crypto/
14obj-y += vdso/
15obj-$(CONFIG_IA32_EMULATION) += ia32/
16
3adbb7f4 17obj-y += platform/
0a14842f 18obj-y += net/
This page took 0.217547 seconds and 4 git commands to generate.