summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2014-12-31 16:32:14 +0100
committerMichal Marek <mmarek@suse.cz>2015-01-02 14:50:59 +0100
commit34948e0bbf98640fc1821751b01d2f0cd17d84d5 (patch)
tree762c79c79382f465140eab054ac2fc43db399377 /scripts
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
downloadop-kernel-dev-34948e0bbf98640fc1821751b01d2f0cd17d84d5.zip
op-kernel-dev-34948e0bbf98640fc1821751b01d2f0cd17d84d5.tar.gz
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.clean3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index 1bca180..af03c57 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
@:
OpenPOWER on IntegriCloud