From: Clemens Koller <clemens.koller@anagramm.de>
To: linuxppc-embedded@ozlabs.org
Subject: [PATCH] add cuImage comment for 'make help'
Date: Tue, 06 Nov 2007 21:36:45 +0100 [thread overview]
Message-ID: <4730D05D.6080602@anagramm.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
It just take some time to figure out that there is no make cuImage
for the embedded powerpc stuff when you want to embed the
OF device tree into the target.
You have to use 'make zImage' instead.
The following patch adds a comment to the platform specific
'make help' section.
Signed-off-by: Clemens Koller <clemens.koller@anagramm.de>
[-- Attachment #2: powerpc-add-cuImage-make-help-comment.patch --]
[-- Type: text/plain, Size: 604 bytes --]
--- arch/powerpc/Makefile~ 2007-10-12 18:43:44.000000000 +0200
+++ arch/powerpc/Makefile 2007-11-06 21:27:59.000000000 +0100
@@ -159,6 +159,8 @@ $(BOOT_TARGETS): vmlinux
define archhelp
@echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
+ @echo ' Use this target also when you want to build a cuImage'
+ @echo ' with an embedded OF device tree.'
@echo ' install - Install kernel using'
@echo ' (your) ~/bin/installkernel or'
@echo ' (distribution) /sbin/installkernel or'
reply other threads:[~2007-11-06 20:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4730D05D.6080602@anagramm.de \
--to=clemens.koller@anagramm.de \
--cc=linuxppc-embedded@ozlabs.org \
/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.