Skip to content

Commit

Permalink
ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"
Browse files Browse the repository at this point in the history
The objects "font.o" and "misc.o" are contained in $(OBJS), and it
is already added to the "targets".

Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
masahir0y authored and Russell King committed Feb 22, 2016
1 parent b44c72d commit 684c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ endif
targets := vmlinux vmlinux.lds \
piggy.$(suffix_y) piggy.$(suffix_y).o \
lib1funcs.o ashldi3.o bswapsdi2.o \
font.o head.o misc.o $(OBJS)
head.o $(OBJS)

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

0 comments on commit 684c120

Please sign in to comment.