From e345e27417db00a9e754ca0ca14b2ec87d0552f7 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 10 Oct 2016 21:22:59 +0000 Subject: arm64: Add missing kexec dist files Signed-off-by: Geoff Levand Reviewed-by: Matthias Brugger Signed-off-by: Simon Horman --- kexec/arch/arm64/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kexec') diff --git a/kexec/arch/arm64/Makefile b/kexec/arch/arm64/Makefile index d729df8..74b677f 100644 --- a/kexec/arch/arm64/Makefile +++ b/kexec/arch/arm64/Makefile @@ -20,7 +20,9 @@ arm64_VIRT_TO_PHYS = arm64_PHYS_TO_VIRT = dist += $(arm64_KEXEC_SRCS) \ + kexec/arch/arm64/include/arch/options.h \ kexec/arch/arm64/crashdump-arm64.h \ + kexec/arch/arm64/image-header.h \ kexec/arch/arm64/kexec-arm64.h \ kexec/arch/arm64/Makefile -- cgit