diff options
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 92673b43858d..616c8891d858 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -102,6 +102,10 @@ endif | |||
102 | 102 | ||
103 | obj-$(CONFIG_PPC64) += $(obj64-y) | 103 | obj-$(CONFIG_PPC64) += $(obj64-y) |
104 | 104 | ||
105 | ifneq ($(CONFIG_XMON),) | ||
106 | obj-y += ppc_save_regs.o | ||
107 | endif | ||
108 | |||
105 | extra-$(CONFIG_PPC_FPU) += fpu.o | 109 | extra-$(CONFIG_PPC_FPU) += fpu.o |
106 | extra-$(CONFIG_PPC64) += entry_64.o | 110 | extra-$(CONFIG_PPC64) += entry_64.o |
107 | 111 | ||