ARM: 9076/1: boot: remove redundant piggy_data from clean-files
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 16:00:07 +0000 (17:00 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 7 Jun 2021 11:56:20 +0000 (12:56 +0100)
commit331f5f63c30c725ee3e7109c2e6173d5244b6079
tree885a6a05055b2736040efbccd0a120b86c225a71
parent7411cfc3c91a08a884463bbc7623087ecc2efdd8
ARM: 9076/1: boot: remove redundant piggy_data from clean-files

Kbuild cleans up files listed in 'targets'.

'piggy_data' is already added to 'targets' a few lines above.

Adding it to 'clean-files' is redundant.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/boot/compressed/Makefile