summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/Makefile
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-09-08 11:33:06 +0200
committerHelge Deller <deller@gmx.de>2019-09-08 15:41:46 +0200
commit1191cf4986b5e8008c615896e487dc35fe922acd (patch)
tree9eb8cf30539a7ec1b98aa93d8785e4743844b6ce /arch/parisc/kernel/Makefile
parent3be6e58ca1c971047d7e1975a52ea8b0daa460fc (diff)
parisc: add support for kexec_file_load() syscall
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/Makefile')
-rw-r--r--arch/parisc/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/Makefile b/arch/parisc/kernel/Makefile
index 487cf88866a8..2663c8f8be11 100644
--- a/arch/parisc/kernel/Makefile
+++ b/arch/parisc/kernel/Makefile
@@ -38,3 +38,4 @@ obj-$(CONFIG_JUMP_LABEL) += jump_label.o
obj-$(CONFIG_KGDB) += kgdb.o
obj-$(CONFIG_KPROBES) += kprobes.o
obj-$(CONFIG_KEXEC) += kexec.o relocate_kernel.o
+obj-$(CONFIG_KEXEC_FILE) += kexec_file.o