diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-04-19 16:35:10 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 07:08:14 -0500 |
commit | 559df2e0210352f83926d178c40c51142292a18c (patch) | |
tree | f63a3466f23a243b1335b42ec5423144beddaba7 /.gitignore | |
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 <sam@ravnborg.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 36d9cd6d4281..3582f422813b 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -46,7 +46,6 @@ Module.symvers | |||
46 | # Generated include files | 46 | # Generated include files |
47 | # | 47 | # |
48 | include/asm | 48 | include/asm |
49 | include/asm-*/asm-offsets.h | ||
50 | include/config | 49 | include/config |
51 | include/linux/autoconf.h | 50 | include/linux/autoconf.h |
52 | include/linux/compile.h | 51 | include/linux/compile.h |