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 <sam@ravnborg.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Sam Ravnborg
2009-04-19 22:35:10 +02:00
committed by Michal Marek
父節點 01fc0ac198
當前提交 559df2e021
共有 24 個文件被更改,包括 22 次插入4 次删除

查看文件

@@ -0,0 +1 @@
#include <generated/asm-offsets.h>