summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Makefile1
-rw-r--r--kexec/Makefile1
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