summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2019-07-10 10:26:54 +0200
committerSimon Horman <horms@verge.net.au>2019-07-10 10:31:50 +0200
commitd9cd81a39b59990f8bd6e42e9980754f4df4ce2f (patch)
treec51fcc7f7fdf37085c36738de8192f032a5dada6
parent7018e436cd342e2b03c0d13ff3ceae0ca6dd4db6 (diff)
downloadkexec-tools-d9cd81a39b59990f8bd6e42e9980754f4df4ce2f.tar.gz
x86: Include kexec-mb2-x86.c and multiboot2.h in distribution
Fixes: 22a2ed55132e ("x86: Support multiboot2 images") Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--include/Makefile1
-rw-r--r--kexec/arch/i386/Makefile4
2 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index c26b503f..621ce9f9 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 d52a2f54..105cefd6 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