projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b44c72d
)
ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"
author
Masahiro Yamada
<
[email protected]
>
Mon, 22 Feb 2016 12:30:37 +0000
(13:30 +0100)
committer
Russell King
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/boot/compressed/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/compressed/Makefile
b/arch/arm/boot/compressed/Makefile
index 85066e8082c3ff8286dd8be0ace260397e9c79a5..48c9db595ad2d1d3a11adcc672a057880d34514a 100644
(file)
--- a/
arch/arm/boot/compressed/Makefile
+++ b/
arch/arm/boot/compressed/Makefile
@@
-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 \