diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-09-08 11:33:06 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-08 15:41:46 +0200 |
commit | 1191cf4986b5e8008c615896e487dc35fe922acd (patch) | |
tree | 9eb8cf30539a7ec1b98aa93d8785e4743844b6ce /arch/parisc/kernel/Makefile | |
parent | 3be6e58ca1c971047d7e1975a52ea8b0daa460fc (diff) | |
download | linux-1191cf4986b5e8008c615896e487dc35fe922acd.tar.bz2 |
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/Makefile | 1 |
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 |