diff options
Diffstat (limited to 'Kbuild')
-rw-r--r-- | Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,5 +94,5 @@ PHONY += missing-syscalls | |||
94 | missing-syscalls: scripts/checksyscalls.sh FORCE | 94 | missing-syscalls: scripts/checksyscalls.sh FORCE |
95 | $(call cmd,syscalls) | 95 | $(call cmd,syscalls) |
96 | 96 | ||
97 | # Delete all targets during make clean | 97 | # Keep these two files during make clean |
98 | clean-files := $(addprefix $(objtree)/,$(filter-out $(bounds-file) $(offsets-file),$(targets))) | 98 | no-clean-files := $(bounds-file) $(offsets-file) |