commit | 822ec1b6ead2667c455227a0fc95c07c0515aed2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 22 13:31:33 2016 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 22 16:56:30 2016 +0000 |
tree | 7bb40e7fdc4ac5971f61d8c824c4ea3006efdba5 | |
parent | 684c12014b55f67a57487d2a19f10cb0000e8bd4 [diff] |
ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean files This code works fine here, but it is tricky to use "extra-y" for specifying files to be removed during "make clean". Kbuild provides "clean-files" for this purpose. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>