Skip to content
Commit 125d059b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: do not descend to ./Kbuild when cleaning



'make clean' descends into ./Kbuild, but does not clean anything
since everything is added to no-clean-files.

There is no need to descend to ./Kbuild in the first place.
We can drop the no-clean-files assignment.

With this, there is no more user of no-clean-files. I will keep it
for a while to see whether a new user will appear.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d082402e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment