summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Young <dyoung@redhat.com>2016-08-09 15:57:47 +0800
committerSimon Horman <horms@verge.net.au>2016-09-29 09:59:34 +0200
commit1574ff1aae4f3a2396187b4fe4f75a9be2ba2cc3 (patch)
tree438a037043b53e4bfa8e60beae90163e085f4bec
parent29086f45a45f0ef51a27462a2f693766a4e000e8 (diff)
downloadkexec-tools-1574ff1aae4f3a2396187b4fe4f75a9be2ba2cc3.tar.gz
arm: include phys_to_virt.h and iomem.h in distribution
These files are required to build kexec-tools on arm. Signed-off-by: Dave Young <dyoung@redhat.com> [simon: added changelog] Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/arch/arm/Makefile b/kexec/arch/arm/Makefile
index 71db8c32..871979e0 100644
--- a/kexec/arch/arm/Makefile
+++ b/kexec/arch/arm/Makefile
@@ -27,6 +27,8 @@ arm_KEXEC_SRCS += $(libfdt_SRCS)
arm_UIMAGE = kexec/kexec-uImage.c
arm_PHYS_TO_VIRT = kexec/arch/arm/phys_to_virt.c
+arm_PHYS_TO_VIRT += kexec/arch/arm/iomem.h
+arm_PHYS_TO_VIRT += kexec/arch/arm/phys_to_virt.h
dist += kexec/arch/arm/Makefile $(arm_KEXEC_SRCS) $(arm_PHYS_TO_VIRT) \
kexec/arch/arm/crashdump-arm.h kexec/arch/arm/kexec-arm.h \