From: Daniel Kiper Date: Thu, 21 Jun 2012 13:37:29 +0000 (+0200) Subject: x86/xen: Add kexec/kdump makefile rules X-Git-Tag: v2.6.39-400.9.0~514^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=340564ed0cb7ee33b2ab5c0797649c108e2964a7;p=users%2Fjedix%2Flinux-maple.git x86/xen: Add kexec/kdump makefile rules Add kexec/kdump makefile rules. Signed-off-by: Daniel Kiper --- diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index ab517ee88f9a..18384e977cbd 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -22,3 +22,6 @@ obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o obj-$(CONFIG_XEN_DOM0) += vga.o apic.o obj-$(CONFIG_SWIOTLB_XEN) += pci-swiotlb-xen.o +obj-$(CONFIG_KEXEC) += kexec.o +obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o +obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o