powerpc: Prepare xmon_save_regs for use with kdump
[deliverable/linux.git] / arch / powerpc / kernel / Makefile
index 92673b43858d067d6ccfab7a1cc083018d4a5c4f..616c8891d858e4079aae5f6da54087945c0bbd21 100644 (file)
@@ -102,6 +102,10 @@ endif
 
 obj-$(CONFIG_PPC64)            += $(obj64-y)
 
+ifneq ($(CONFIG_XMON),)
+obj-y                          += ppc_save_regs.o
+endif
+
 extra-$(CONFIG_PPC_FPU)                += fpu.o
 extra-$(CONFIG_PPC64)          += entry_64.o
 
This page took 0.027912 seconds and 5 git commands to generate.