0001 # SPDX-License-Identifier: GPL-2.0
0002 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
0003
0004 obj-y += kernel/
0005 obj-y += mm/
0006 obj-y += lib/
0007 obj-y += sysdev/
0008 obj-y += platforms/
0009 obj-y += math-emu/
0010 obj-y += crypto/
0011 obj-y += net/
0012
0013 obj-$(CONFIG_XMON) += xmon/
0014 obj-$(CONFIG_KVM) += kvm/
0015
0016 obj-$(CONFIG_PERF_EVENTS) += perf/
0017 obj-$(CONFIG_KEXEC_CORE) += kexec/
0018 obj-$(CONFIG_KEXEC_FILE) += purgatory/
0019
0020 # for cleaning
0021 subdir- += boot