Skip to content

Commit 684c120

Browse files
masahir0yRussell King
authored andcommitted
ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"
The objects "font.o" and "misc.o" are contained in $(OBJS), and it is already added to the "targets". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent b44c72d commit 684c120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/compressed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ endif
9292
targets := vmlinux vmlinux.lds \
9393
piggy.$(suffix_y) piggy.$(suffix_y).o \
9494
lib1funcs.o ashldi3.o bswapsdi2.o \
95-
font.o head.o misc.o $(OBJS)
95+
head.o $(OBJS)
9696

9797
# Make sure files are removed during clean
9898
extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \

0 commit comments

Comments
 (0)