From: Sam Ravnborg Date: Sat, 18 Apr 2009 21:51:08 +0000 (+0200) Subject: kbuild: support include/generated X-Git-Tag: v2.6.30-rc3~47^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14875a3e0cc35d7dbe15ee39763a6ae922e7034;p=pandora-kernel.git kbuild: support include/generated We need a location for generated files. Today they are spread over several places and bringing them together to a common place makes it obvious hat is generated and what isreal files. Al Viro originally suggested: include/gen Linus suggested to spell it out. This patch implement support for include/generated All files in include/generated are ignored by git. include/generated is removed during "make mrproper". With this we are ready to implement support for include/generated in the various architctures and in the base kernel. Signed-off-by: Sam Ravnborg Cc: Al Viro Cc: Linus Torvalds --- Reading git-diff-tree failed