Fixes: 22a2ed55132e ("x86: Support multiboot2 images") Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- include/Makefile | 1 + kexec/arch/i386/Makefile | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) I intend to apply this patch for inclusion in v2.0.20-rc1 the release of which I am currently preparing. diff --git a/include/Makefile b/include/Makefile index c26b503fbe36..621ce9f903d6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -5,6 +5,7 @@ dist += include/Makefile \ include/x86/x86-linux.h \ include/x86/mb_info.h \ include/x86/mb_header.h \ + include/x86/multiboot2.h \ include/elf.h \ include/image.h \ include/unused.h \ diff --git a/kexec/arch/i386/Makefile b/kexec/arch/i386/Makefile index d52a2f541448..105cefd60695 100644 --- a/kexec/arch/i386/Makefile +++ b/kexec/arch/i386/Makefile @@ -13,6 +13,8 @@ i386_KEXEC_SRCS += kexec/arch/i386/x86-linux-setup.c i386_KEXEC_SRCS += kexec/arch/i386/crashdump-x86.c dist += kexec/arch/i386/Makefile $(i386_KEXEC_SRCS) \ - kexec/arch/i386/kexec-x86.h kexec/arch/i386/crashdump-x86.h \ + kexec/arch/i386/crashdump-x86.h \ + kexec/arch/i386/kexec-mb2-x86.c \ + kexec/arch/i386/kexec-x86.h \ kexec/arch/i386/x86-linux-setup.h \ kexec/arch/i386/include/arch/options.h -- 2.11.0 _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec