From e959e493753c740eb7554bc2191c58b079761e11 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 21 Feb 2008 17:09:02 +0900 Subject: Only include needed files in distribution tarball With the recent build changes a number of unneded files crept into tarballs, including .o and .d files. This patch is farily verbose, but hopefully in the long run this system will be obvious enough to be maintainable. Signed-off-by: Simon Horman --- include/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/Makefile (limited to 'include') diff --git a/include/Makefile b/include/Makefile new file mode 100644 index 0000000..eebbd24 --- /dev/null +++ b/include/Makefile @@ -0,0 +1,9 @@ +dist += include/Makefile \ + include/config.h \ + include/x86/x86-linux.h \ + include/x86/mb_info.h \ + include/x86/mb_header.h \ + include/elf.h \ + include/boot/linuxbios_tables.h \ + include/boot/beoboot.h \ + include/boot/elf_boot.h -- cgit