From d4880a0821580dae5c6954945722629e324dbda7 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 14 Jul 2008 20:20:20 +1000 Subject: Include firmware_memmap.h in the distribution tarball Signed-off-by: Simon Horman --- kexec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kexec/Makefile b/kexec/Makefile index 3a00114..6147904 100644 --- a/kexec/Makefile +++ b/kexec/Makefile @@ -27,7 +27,8 @@ KEXEC_GENERATED_SRCS += $(PURGATORY_HEX_C) dist += kexec/Makefile $(KEXEC_SRCS) $(KEXEC_GENERATED_SRCS) \ kexec/crashdump-elf.c \ - kexec/crashdump.h kexec/kexec-elf-boot.h \ + kexec/crashdump.h kexec/firmware_memmap.h \ + kexec/kexec-elf-boot.h \ kexec/kexec-elf.h kexec/kexec-sha256.h \ kexec/kexec-syscall.h kexec/kexec.h kexec/kexec.8 -- cgit