X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=Kbuild;h=2114113ceca2801770c57ac07c78fff2b0b8a477;hb=802aa9c058f2046f0a5683f04d7755c362734010;hp=b00037ad7e03b2d5953572a440b5c6f1a1c5708e;hpb=bdab225015fbbb45ccd8913f5d7c01b2bf67d8b2;p=net-next-2.6.git diff --git a/Kbuild b/Kbuild index b00037ad7e0..2114113ceca 100644 --- a/Kbuild +++ b/Kbuild @@ -95,5 +95,5 @@ PHONY += missing-syscalls missing-syscalls: scripts/checksyscalls.sh FORCE $(call cmd,syscalls) -# Delete all targets during make clean -clean-files := $(addprefix $(objtree)/,$(filter-out $(bounds-file) $(offsets-file),$(targets))) +# Keep these two files during make clean +no-clean-files := $(bounds-file) $(offsets-file)