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

2023-10-11 Thread Simon Horman
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 Thanks, applied.

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

2023-10-10 Thread Ming Wang
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 --- kexec/arch/loongarch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/kexec/arch/loongarch/Makefile