X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Kbuild;h=2114113ceca2801770c57ac07c78fff2b0b8a477;hp=b00037ad7e03b2d5953572a440b5c6f1a1c5708e;hb=949f6711b83d2809d1ccb9d830155a65fdacdff9;hpb=ed2e5581d2702743460349e494f3ab8c4b0f28d8 diff --git a/Kbuild b/Kbuild index b00037ad7e03..2114113ceca2 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)