X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=blobdiff_plain;f=Kbuild;fp=Kbuild;h=18a8bfbb353bb076ce87c5c9eae118080f94f091;hp=e3737ad72b5a7ab8ad916b5b6b2725eaf89122a1;hb=ef8ff89b58546055e238c3b521f83b440dfe8ef2;hpb=2d74b2c62cf8867d0762f6e6b5ed8906cb6a745f diff --git a/Kbuild b/Kbuild index e3737ad72b5a..18a8bfbb353b 100644 --- a/Kbuild +++ b/Kbuild @@ -94,5 +94,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)