From: Sam Ravnborg Date: Sun, 19 Apr 2009 20:35:10 +0000 (+0200) Subject: kbuild: move asm-offsets.h to include/generated X-Git-Tag: v2.6.33-rc1~37^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559df2e0210352f83926d178c40c51142292a18c;p=pandora-kernel.git kbuild: move asm-offsets.h to include/generated The simplest method was to add an extra asm-offsets.h file in arch/$ARCH/include/asm that references the generated file. We can now migrate the architectures one-by-one to reference the generated file direct - and when done we can delete the temporary arch/$ARCH/include/asm/asm-offsets.h file. Signed-off-by: Sam Ravnborg Cc: Al Viro Signed-off-by: Michal Marek --- Reading git-diff-tree failed