* [PATCH] kexec/loongarch64: fix 'make dist' file loss issue
@ 2023-10-11 3:56 Ming Wang
2023-10-11 8:56 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Ming Wang @ 2023-10-11 3:56 UTC (permalink / raw)
To: kexec; +Cc: horms, chenhuacai
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>
---
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
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kexec/loongarch64: fix 'make dist' file loss issue
2023-10-11 3:56 [PATCH] kexec/loongarch64: fix 'make dist' file loss issue Ming Wang
@ 2023-10-11 8:56 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-10-11 8:56 UTC (permalink / raw)
To: Ming Wang; +Cc: kexec, chenhuacai
On Wed, Oct 11, 2023 at 11:56:21AM +0800, Ming Wang wrote:
> 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>
Thanks, applied.
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-11 8:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 3:56 [PATCH] kexec/loongarch64: fix 'make dist' file loss issue Ming Wang
2023-10-11 8:56 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox