Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34948e0b authored by Michal Marek's avatar Michal Marek
Browse files

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: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 97bf6af1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -70,9 +70,6 @@ ifneq ($(strip $(__clean-files)),)
endif
ifneq ($(strip $(__clean-dirs)),)
	+$(call cmd,cleandir)
endif
ifneq ($(strip $(clean-rule)),)
	+$(clean-rule)
endif
	@: