Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Russell King (Oracle)
331f5f63 7411cfc3

+1 -1
+1 -1
arch/arm/boot/compressed/Makefile
··· 100 100 lib1funcs.o ashldi3.o bswapsdi2.o \ 101 101 head.o $(OBJS) 102 102 103 - clean-files += piggy_data lib1funcs.S ashldi3.S bswapsdi2.S hyp-stub.S 103 + clean-files += lib1funcs.S ashldi3.S bswapsdi2.S hyp-stub.S 104 104 105 105 KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING 106 106