Signed-off-by: Ameya Palande <ameya.palande at nokia.com> --- include/Makefile | 1 + kexec/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/Makefile b/include/Makefile index de5a3bb..12c1030 100644 --- a/include/Makefile +++ b/include/Makefile @@ -6,6 +6,7 @@ dist += include/Makefile \ include/x86/mb_header.h \ include/elf.h \ include/image.h \ + include/unused.h \ include/boot/linuxbios_tables.h \ include/boot/beoboot.h \ include/boot/elf_boot.h diff --git a/kexec/Makefile b/kexec/Makefile index 9a55af2..4e091ba 100644 --- a/kexec/Makefile +++ b/kexec/Makefile @@ -32,6 +32,7 @@ dist += kexec/Makefile $(KEXEC_SRCS) $(KEXEC_GENERATED_SRCS) \ kexec/crashdump.h kexec/firmware_memmap.h \ kexec/kexec-elf-boot.h \ kexec/kexec-elf.h kexec/kexec-sha256.h \ + kexec/kexec-zlib.h kexec/kexec-lzma.h \ kexec/kexec-syscall.h kexec/kexec.h kexec/kexec.8 $(ARCH)_PROC_IOMEM = kexec/proc_iomem.c -- 1.6.3.3