diff options
author | Ameya Palande <2ameya@gmail.com> | 2010-03-18 22:03:21 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-03-24 22:28:32 +1100 |
commit | a131cd090f17fd91cdbd1c490ba59d366f940069 (patch) | |
tree | 0344ed11b803965150f9ff53eba6386a402f1b51 /include | |
parent | 1d469cf3f8c24e9441b805c33cd7f068a139274d (diff) |
kexec-tools: Add missing include files in dist target
Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 1 |
1 files changed, 1 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 |