Kbuild 347 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # Branch profiling isn't noinstr-safe
  3. subdir-ccflags-$(CONFIG_TRACE_BRANCH_PROFILING) += -DDISABLE_BRANCH_PROFILING
  4. obj-y += kernel/ mm/ net/
  5. obj-$(CONFIG_KVM) += kvm/
  6. obj-$(CONFIG_XEN) += xen/
  7. obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
  8. obj-$(CONFIG_CRYPTO) += crypto/
  9. # for cleaning
  10. subdir- += boot