All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add cuImage comment for 'make help'
@ 2007-11-06 20:36 Clemens Koller
  0 siblings, 0 replies; only message in thread
From: Clemens Koller @ 2007-11-06 20:36 UTC (permalink / raw)
  To: linuxppc-embedded

[-- 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'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-06 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 20:36 [PATCH] add cuImage comment for 'make help' Clemens Koller

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.