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