Kbuild 118 B

123456789
  1. obj-y += kernel/
  2. obj-y += mm/
  3. obj-y += net/
  4. obj-y += vdso/
  5. obj-$(CONFIG_KVM) += kvm/
  6. # for cleaning
  7. subdir- += boot