Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339168
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/6] ARM: decompressor: drop more unneeded assignments to "targets" |
| Date | 2016-02-22 08:40 +0100 |
| Message-ID | <r4Tg6-2j1-17@gated-at.bofh.it> (permalink) |
| References | <r4Tg5-2j1-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- arch/arm/boot/compressed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 7090ad3..476ef00 100644 --- 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 \ -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/6] ARM: decompressor: drop more unneeded assignments to "targets" Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-22 08:40 +0100
csiph-web