public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Cort Dougan <cort@fsmlabs•com>
To: linuxppc-dev@lists•linuxppc.org
Subject: [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build
Date: Mon, 10 Feb 2003 12:16:00 -0700	[thread overview]
Message-ID: <20030210191600.GA11296@host109.fsmlabs.com> (raw)


This fixes 'make znetboot' for the walnut and ebony.  There are many files
in arch/ppc/boot/images/ and the * in the cp command didn't work.

It also gets rid of extra whitespace on line 245 that some versions of make
don't like.

diff -Nru a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile
--- a/arch/ppc/boot/simple/Makefile	Mon Feb 10 12:14:52 2003
+++ b/arch/ppc/boot/simple/Makefile	Mon Feb 10 12:14:52 2003
@@ -64,9 +64,13 @@
 # The rest will be unset.
 ifeq ($(CONFIG_EBONY),y)
 ZIMAGE				:= zImage-EBONY
+ZNETBOOT			:= zImage.treeboot
 ZIMAGEINITRD			:= zImage.initrd-EBONY
 TFTPIMAGE			:= /tftpboot/zImage.ebony
 endif
+ifeq ($(CONFIG_WALNUT),y)
+ZNETBOOT			:= zImage.treeboot
+endif
 ifeq ($(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750)$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS),y)
 ZIMAGE				:= zImage-PPLUS
 ZIMAGEINITRD			:= zImage.initrd-PPLUS
@@ -241,7 +245,7 @@

 zImage-PAL4: zvmlinux
 	cp zvmlinux ../images/zImage.pal4
-
+
 zImage.initrd-PAL4: zvmlinux.initrd
 	cp zvmlinux.initrd ../images/zImage.initrd.pal4


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2003-02-10 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10 19:16 Cort Dougan [this message]
2003-02-10 23:24 ` [PATCH] vs. latest linuxppc_2_4_devel fixes walnut build Tom Rini

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=20030210191600.GA11296@host109.fsmlabs.com \
    --to=cort@fsmlabs$(echo .)com \
    --cc=linuxppc-dev@lists$(echo .)linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox