[PATCH] kexec/loongarch64: fix 'make dist' file loss issue

Ming Wang wangming01 at loongson.cn
Tue Oct 10 20:56:21 PDT 2023


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 at loongson.cn>
---
 kexec/arch/loongarch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kexec/arch/loongarch/Makefile b/kexec/arch/loongarch/Makefile
index cee7e56..f91d0ba 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

base-commit: 6419b008fde783fd0cc2cc266bd1c9cf35e99a0e
-- 
2.39.2




More information about the kexec mailing list