| commit | 559df2e0210352f83926d178c40c51142292a18c | [log] [tgz] |
|---|---|---|
| author | Sam Ravnborg <[email protected]> | Sun Apr 19 22:35:10 2009 +0200 |
| committer | Michal Marek <[email protected]> | Sat Dec 12 13:08:14 2009 +0100 |
| tree | f63a3466f23a243b1335b42ec5423144beddaba7 | |
| parent | 01fc0ac198eabcbf460e1ed058860a935b6c2c9a [diff] |
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 <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Michal Marek <[email protected]>