Kbuild 495 B

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