Kbuild 382 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0
  2. subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
  3. obj-y += kernel/
  4. obj-y += mm/
  5. obj-y += lib/
  6. obj-y += sysdev/
  7. obj-y += platforms/
  8. obj-y += math-emu/
  9. obj-y += crypto/
  10. obj-y += net/
  11. obj-$(CONFIG_XMON) += xmon/
  12. obj-$(CONFIG_KVM) += kvm/
  13. obj-$(CONFIG_PERF_EVENTS) += perf/
  14. obj-$(CONFIG_KEXEC_CORE) += kexec/
  15. obj-$(CONFIG_KEXEC_FILE) += purgatory/