2018-10-10 05:13:06 +00:00
|
|
|
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
|
|
|
|
2018-10-10 05:13:05 +00:00
|
|
|
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/
|
|
|
|
obj-$(CONFIG_KEXEC_FILE) += purgatory/
|