From: David Woodhouse Date: Sun, 18 Jun 2006 10:58:39 +0000 (+0100) Subject: Basic implementation of 'make headers_install' X-Git-Tag: v2.6.18-rc1~12^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d730cfb50cc77da6d00f941daef440918a1922f;p=pandora-kernel.git Basic implementation of 'make headers_install' This adds a make target which exports a subset of headers which contain definitions which are useful for system libraries and tools. It uses the BSD 'unifdef' tool to remove instances of #ifdef __KERNEL__, and uses sed to remove markers like __user. Based on an original implementation by Arnd Bergmann Hacked about by David Woodhouse Reviewed and cleaned up by Sam Ravnborg Signed-off-by: David Woodhouse --- Reading git-diff-tree failed