commit | 1634f2bfdb846ed0a8b73131a9dff7c420fb3fe1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 25 10:31:27 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 29 23:54:29 2019 +0900 |
tree | e11cf667281d9d4cb4d1f0f115a3ccef077781ed | |
parent | 36de077b20d05321466f8eaba0ae01b9b18ad93c [diff] |
kbuild: remove clean-dirs syntax The only the difference between clean-files and clean-dirs is the -r option passed to the 'rm' command. You can always pass -r, and then remove the clean-dirs syntax. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>