summaryrefslogtreecommitdiffstats
path: root/kexec
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 /kexec
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>
Diffstat (limited to 'kexec')
-rw-r--r--kexec/arch/i386/Makefile4
1 files changed, 3 insertions, 1 deletions
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