diff options
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | 2016-11-29 23:45:52 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-30 23:15:26 +1100 |
commit | 0d97631392c24a9573dafb7b6962cc40b5ef2281 (patch) | |
tree | 87c59e7698605f38fcca94be14de2d5590b75160 /arch/powerpc/Makefile | |
parent | a0458284f0625ade5eff2118bab89b2d4bbacc3e (diff) | |
download | linux-rpi3-0d97631392c24a9573dafb7b6962cc40b5ef2281.tar.gz linux-rpi3-0d97631392c24a9573dafb7b6962cc40b5ef2281.tar.bz2 linux-rpi3-0d97631392c24a9573dafb7b6962cc40b5ef2281.zip |
powerpc: Add purgatory for kexec_file_load() implementation.
This purgatory implementation is based on the versions from kexec-tools
and kexec-lite, with additional changes.
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 82ce8c8b63ad..31286fa7873c 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -250,6 +250,7 @@ core-y += arch/powerpc/kernel/ \ core-$(CONFIG_XMON) += arch/powerpc/xmon/ core-$(CONFIG_KVM) += arch/powerpc/kvm/ core-$(CONFIG_PERF_EVENTS) += arch/powerpc/perf/ +core-$(CONFIG_KEXEC_FILE) += arch/powerpc/purgatory/ drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |