Kbuild 229 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. obj-y += kernel/ mm/ net/
  3. obj-$(CONFIG_KVM) += kvm/
  4. obj-$(CONFIG_XEN) += xen/
  5. obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
  6. obj-$(CONFIG_CRYPTO) += crypto/
  7. # for cleaning
  8. subdir- += boot