diff --git a/[refs] b/[refs] index b90c94398e79..9c1817405020 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 107f43a0f7282511ec570214a0b8f639224ff525 +refs/heads/master: 7d3cc8b6d899e53222c22a78d98bb53a695f7962 diff --git a/trunk/Kbuild b/trunk/Kbuild index 32f19c5c9bb0..e750e9c3fe59 100644 --- a/trunk/Kbuild +++ b/trunk/Kbuild @@ -96,5 +96,4 @@ missing-syscalls: scripts/checksyscalls.sh FORCE $(call cmd,syscalls) # Delete all targets during make clean -clean-files := $(addprefix $(objtree)/,$(targets)) - +clean-files := $(addprefix $(objtree)/,$(filter-out $(bounds-file) $(offsets-file),$(targets))) diff --git a/trunk/Makefile b/trunk/Makefile index d4aa43789fd9..f18631f09049 100644 --- a/trunk/Makefile +++ b/trunk/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