]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 22 Feb 2016 12:30:37 +0000 (13:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Feb 2016 16:56:30 +0000 (16:56 +0000)
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>
arch/arm/boot/compressed/Makefile

index 85066e8082c3ff8286dd8be0ace260397e9c79a5..48c9db595ad2d1d3a11adcc672a057880d34514a 100644 (file)
@@ -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 \