blob: 5e2f9eaa3ee7d573c1371985efc20c2a1cbb3194 [file] [log] [blame]
Greg Kroah-Hartman96ac6d42019-05-30 05:03:44 -07001# SPDX-License-Identifier: GPL-2.0
Michael Ellerman23ad1a22018-10-10 16:13:06 +11002subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
3
Michael Ellermanc47ca982018-10-10 16:13:05 +11004obj-y += kernel/
5obj-y += mm/
6obj-y += lib/
7obj-y += sysdev/
8obj-y += platforms/
9obj-y += math-emu/
10obj-y += crypto/
11obj-y += net/
12
13obj-$(CONFIG_XMON) += xmon/
14obj-$(CONFIG_KVM) += kvm/
15
16obj-$(CONFIG_PERF_EVENTS) += perf/
Christophe Leroy793b08e2019-10-29 12:13:58 +000017obj-$(CONFIG_KEXEC_CORE) += kexec/
Michael Ellermanc47ca982018-10-10 16:13:05 +110018obj-$(CONFIG_KEXEC_FILE) += purgatory/