xref: /linux/arch/powerpc/Kbuild (revision 7ff836f064e2c814a7504c91a4464eea45d475bd)
1subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
2
3obj-y += kernel/
4obj-y += mm/
5obj-y += lib/
6obj-y += sysdev/
7obj-y += platforms/
8obj-y += math-emu/
9obj-y += crypto/
10obj-y += net/
11
12obj-$(CONFIG_XMON) += xmon/
13obj-$(CONFIG_KVM)  += kvm/
14
15obj-$(CONFIG_PERF_EVENTS) += perf/
16obj-$(CONFIG_KEXEC_FILE)  += purgatory/
17