public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bzImage target for PPC
@ 2001-09-17  4:11 Rusty Russell
  2001-09-17  4:25 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Rusty Russell @ 2001-09-17  4:11 UTC (permalink / raw)
  To: torvalds; +Cc: paulus, linux-kernel

All the instructions (including the message after "make oldconfig")
talk about "make bzImage".  So I suppose it's best to give in to this
rampant Intelism 8)

--- working-pmac-module/arch/ppc/Makefile.~1~	Sat Aug 18 16:38:13 2001
+++ working-pmac-module/arch/ppc/Makefile	Mon Sep 17 14:08:09 2001
@@ -87,6 +87,9 @@
 
 BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd
 
+# All the instructions talk about "make bzImage".
+bzImage: zImage
+
 $(BOOT_TARGETS): $(CHECKS) vmlinux
 	@$(MAKEBOOT) $@
 
Rusty.
--
Premature optmztion is rt of all evl. --DK

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

end of thread, other threads:[~2001-09-18  1:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-17  4:11 [PATCH] bzImage target for PPC Rusty Russell
2001-09-17  4:25 ` Tom Rini
2001-09-17  6:20   ` H. Peter Anvin
2001-09-17 10:07   ` Rusty Russell
2001-09-17 14:30     ` Tom Rini
2001-09-17 16:32     ` Allan Sandfeld
2001-09-17 18:42       ` Tom Rini
2001-09-17 15:01   ` Tom Gall
2001-09-18  1:14     ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox