diff options
author | Simon Horman <horms@verge.net.au> | 2010-07-13 11:32:16 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-07-13 11:32:16 +0900 |
commit | 04b22ab9dda7e73064c9b20cf08308473a7b0951 (patch) | |
tree | 411e749b1ebae2b65d263f36d5af388d9cffb1f3 /include | |
parent | 42e90cfcde6ce3d0e9540cfe57485e378900393b (diff) |
build: Include missing files in tarball
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 12c1030..c26b503 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,7 @@ dist += include/Makefile \ include/config.h \ include/config.h.in \ + include/kexec-uImage.h \ include/x86/x86-linux.h \ include/x86/mb_info.h \ include/x86/mb_header.h \ |