summaryrefslogtreecommitdiff
path: root/kexec/Makefile
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-12-21 17:11:51 +0900
committerSimon Horman <horms@verge.net.au>2010-12-21 17:20:00 +0900
commit9cbef39baac3b18ad0d7dde9a646c1ffb24817a8 (patch)
treef0ee9f78012dfd46c54f1950c07abaab35f6145b /kexec/Makefile
parentb32611f0869c9d3484055206a441053a8152323a (diff)
downloadkexec-tools-9cbef39baac3b18ad0d7dde9a646c1ffb24817a8.tar.gz
Add missing source files to distribution tarball
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/Makefile')
-rw-r--r--kexec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/Makefile b/kexec/Makefile
index 2137cab..7b8e909 100644
--- a/kexec/Makefile
+++ b/kexec/Makefile
@@ -24,6 +24,7 @@ KEXEC_SRCS += kexec/crashdump-xen.c
KEXEC_SRCS += kexec/phys_arch.c
KEXEC_SRCS += kexec/kernel_version.c
KEXEC_SRCS += kexec/lzma.c
+KEXEC_SRCS += kexec/virt_to_phys.c
KEXEC_SRCS += kexec/zlib.c
KEXEC_GENERATED_SRCS += $(PURGATORY_HEX_C)