Kbuild 493 Bytes
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2 3
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror -Wa,-fatal-warnings
subdir-asflags-$(CONFIG_PPC_WERROR) := -Wa,-fatal-warnings
4

5 6 7 8 9 10 11 12 13 14 15 16 17
obj-y += kernel/
obj-y += mm/
obj-y += lib/
obj-y += sysdev/
obj-y += platforms/
obj-y += math-emu/
obj-y += crypto/
obj-y += net/

obj-$(CONFIG_XMON) += xmon/
obj-$(CONFIG_KVM)  += kvm/

obj-$(CONFIG_PERF_EVENTS) += perf/
18
obj-$(CONFIG_KEXEC_CORE)  += kexec/
19
obj-$(CONFIG_KEXEC_FILE)  += purgatory/
20 21 22

# for cleaning
subdir- += boot