diff options
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
| -rw-r--r-- | arch/powerpc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 6c6cce937dd8..1b6bc7fba996 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
| @@ -129,7 +129,7 @@ obj64-$(CONFIG_PPC_TRANSACTIONAL_MEM) += tm.o | |||
| 129 | obj-$(CONFIG_PPC64) += $(obj64-y) | 129 | obj-$(CONFIG_PPC64) += $(obj64-y) |
| 130 | obj-$(CONFIG_PPC32) += $(obj32-y) | 130 | obj-$(CONFIG_PPC32) += $(obj32-y) |
| 131 | 131 | ||
| 132 | ifneq ($(CONFIG_XMON)$(CONFIG_KEXEC_CORE),) | 132 | ifneq ($(CONFIG_XMON)$(CONFIG_KEXEC_CORE)(CONFIG_PPC_BOOK3S),) |
| 133 | obj-y += ppc_save_regs.o | 133 | obj-y += ppc_save_regs.o |
| 134 | endif | 134 | endif |
| 135 | 135 | ||
