summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Wang <wangming01@loongson.cn>2023-10-11 11:56:21 +0800
committerSimon Horman <horms@kernel.org>2023-10-11 10:51:59 +0200
commitab3a70af85679bbc5efe63057c7f65365ed6e748 (patch)
treece06a19ee252e3927cca7ae21865d41e28cc7081
parent6419b008fde783fd0cc2cc266bd1c9cf35e99a0e (diff)
downloadkexec-tools-ab3a70af85679bbc5efe63057c7f65365ed6e748.tar.gz
kexec/loongarch64: fix 'make dist' file loss issue
The Makefile omits the iomem.h file, causing the archive file generated by 'make dist' to lose iomem.h. This patch is used to fix this problem. Signed-off-by: Ming Wang <wangming01@loongson.cn> Signed-off-by: Simon Horman <horms@kernel.org>
-rw-r--r--kexec/arch/loongarch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/loongarch/Makefile b/kexec/arch/loongarch/Makefile
index cee7e569..f91d0baf 100644
--- a/kexec/arch/loongarch/Makefile
+++ b/kexec/arch/loongarch/Makefile
@@ -19,5 +19,6 @@ loongarch_VIRT_TO_PHYS =
dist += kexec/arch/loongarch/Makefile $(loongarch_KEXEC_SRCS) \
kexec/arch/loongarch/kexec-loongarch.h \
kexec/arch/loongarch/image-header.h \
+ kexec/arch/loongarch/iomem.h \
kexec/arch/loongarch/crashdump-loongarch.h \
kexec/arch/loongarch/include/arch/options.h