linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: remove bzImage target
@ 2016-02-08  5:04 Masahiro Yamada
  2016-02-08  5:04 ` [PATCH 2/2] ARM: descend into arch/arm/boot only once to generate boot images Masahiro Yamada
  2016-02-08 12:18 ` [PATCH 1/2] ARM: remove bzImage target Russell King - ARM Linux
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2016-02-08  5:04 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08  5:04 [PATCH 1/2] ARM: remove bzImage target Masahiro Yamada
2016-02-08  5:04 ` [PATCH 2/2] ARM: descend into arch/arm/boot only once to generate boot images Masahiro Yamada
2016-02-08 12:18 ` [PATCH 1/2] ARM: remove bzImage target Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).