All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: torvalds@transmeta.com
Cc: paulus@ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] bzImage target for PPC
Date: Mon, 17 Sep 2001 14:11:34 +1000	[thread overview]
Message-ID: <E15ipks-0006sS-00@wagner> (raw)

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

             reply	other threads:[~2001-09-17  4:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-17  4:11 Rusty Russell [this message]
2001-09-17  4:25 ` [PATCH] bzImage target for PPC 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E15ipks-0006sS-00@wagner \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@ozlabs.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.