Don't clean bounds.h and asm-offsets.h

Since 97965478a6 ("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>
--
This commit is contained in:
Jan Blunck
2008-05-16 13:54:59 +02:00
committed by Sam Ravnborg
parent 107f43a0f7
commit 7d3cc8b6d8
2 changed files with 2 additions and 2 deletions

3
Kbuild
View File

@@ -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)))