From d9cd81a39b59990f8bd6e42e9980754f4df4ce2f Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 10 Jul 2019 10:26:54 +0200 Subject: x86: Include kexec-mb2-x86.c and multiboot2.h in distribution Fixes: 22a2ed55132e ("x86: Support multiboot2 images") Signed-off-by: Simon Horman --- include/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index c26b503..621ce9f 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 \ -- cgit