Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328765
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] ARM: remove bzImage target |
| Date | 2016-02-08 06:10 +0100 |
| Message-ID | <qZMfh-rR-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
bzImage has been just an alias for zImage for more than a decade. It would not hurt to delete it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 46fb1ca..d6d453f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -312,13 +312,10 @@ boot := arch/arm/boot archprepare: $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h -# Convert bzImage to zImage -bzImage: zImage - BOOT_TARGETS = zImage Image xipImage bootpImage uImage INSTALL_TARGETS = zinstall uinstall install -PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS) +PHONY += $(BOOT_TARGETS) $(INSTALL_TARGETS) bootpImage uImage: zImage zImage: Image -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] ARM: remove bzImage target Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-08 06:10 +0100 [PATCH 2/2] ARM: descend into arch/arm/boot only once to generate boot images Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-08 06:10 +0100 Re: [PATCH 1/2] ARM: remove bzImage target Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-02-08 13:20 +0100
csiph-web