ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 22 Feb 2016 12:31:33 +0000 (13:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Feb 2016 16:56:30 +0000 (16:56 +0000)
commit822ec1b6ead2667c455227a0fc95c07c0515aed2
tree7bb40e7fdc4ac5971f61d8c824c4ea3006efdba5
parent684c12014b55f67a57487d2a19f10cb0000e8bd4
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>
arch/arm/boot/compressed/Makefile