aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Blunck <jblunck@suse.de>2008-05-16 13:54:59 +0200
committerSam Ravnborg <sam@ravnborg.org>2008-05-19 20:18:24 +0200
commit7d3cc8b6d899e53222c22a78d98bb53a695f7962 (patch)
tree13a6588d3675515c8df669551753222d0b9b67db /Makefile
parentkconfig: incorrect 'len' field initialisation ? (diff)
downloadlinux-dev-7d3cc8b6d899e53222c22a78d98bb53a695f7962.tar.xz
linux-dev-7d3cc8b6d899e53222c22a78d98bb53a695f7962.zip
Don't clean bounds.h and asm-offsets.h
Since 97965478a66fbdf0f4ad5e4ecc4828f0cb548a45 ("mm: Get rid of __ZONE_COUNT") mmzone.h includes bounds.h. Calling make clean after make prepare removes bounds.h again so when building external modules this fails. Signed-off-by: Jan Blunck <jblunck@suse.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4aa43789fd9..f18631f09049 100644
--- a/Makefile
+++ b/Makefile
@@ -1114,6 +1114,7 @@ MRPROPER_DIRS += include/config include2 usr/include
MRPROPER_FILES += .config .config.old include/asm .version .old_version \
include/linux/autoconf.h include/linux/version.h \
include/linux/utsrelease.h \
+ include/linux/bounds.h include/asm*/asm-offsets.h \
Module.symvers tags TAGS cscope*
# clean - Delete most, but leave enough to build external modules