summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-04-19 22:35:10 +0200
committerSam Ravnborg <sam@ravnborg.org>2009-10-17 22:01:40 +0200
commit793784b3760bffd6bf727f3e21fddd28696cfe29 (patch)
treedae0d05f3bca667202449eda6e88f68b67e59ebb /Makefile
parent3c187d54d7d6c505ac35156b76ff454c19f61bcd (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9aaa4e1f6fb1..6c60a84df6b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1196,7 +1196,6 @@ MRPROPER_DIRS += include/config include2 usr/include include/generated
MRPROPER_FILES += .config .config.old include/asm .version .old_version \
include/linux/autoconf.h include/linux/version.h \
include/linux/utsrelease.h \
- include/asm*/asm-offsets.h \
Module.symvers Module.markers tags TAGS cscope*
# clean - Delete most, but leave enough to build external modules