diff options
| author | Michal Marek <mmarek@suse.cz> | 2014-12-31 16:32:14 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-12-21 14:21:25 +0100 |
| commit | f4de850d130241be6ec5a30e1d98aad49a99f166 (patch) | |
| tree | 315b99f4699e84ec39c3bc7b630515d500a9d138 /scripts | |
| parent | 0ba80165f42437e5349559f84f2df9fd513d3cf6 (diff) | |
kbuild: Drop support for clean-rule
clean-rule has not been used since 94869f86 (kbuild: Accept absolute
paths in clean-files and introduce clean-dirs) ten years ago.
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.clean | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 386fa805c..aa0eada05 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -71,9 +71,6 @@ endif ifneq ($(strip $(__clean-dirs)),) +$(call cmd,cleandir) endif -ifneq ($(strip $(clean-rule)),) - +$(clean-rule) -endif @: |
