From: Geoff Levand <geoffrey.levand@am.sony.com>
To: ralf@linux-mips.org
Cc: linux-mips@linux-mips.org
Subject: [PATCH 1/2] mips: fix arch help
Date: Fri, 14 Jul 2006 12:52:19 -0700 [thread overview]
Message-ID: <44B7F5F3.9090104@am.sony.com> (raw)
Fixes the arch specific help for mips. This moves the help
def's to arch/mips/Makefile, where they will be found by
'make help'.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
--
Fixes this warning:
Architecture specific targets (mips):
No architecture specific help defined for mips
Index: 2.6.16/arch/mips/Makefile
===================================================================
--- 2.6.16.orig/arch/mips/Makefile 2006-07-14 11:30:10.000000000 -0700
+++ 2.6.16/arch/mips/Makefile 2006-07-14 11:37:33.000000000 -0700
@@ -845,6 +845,11 @@
vmlinux.rm200.tmp \
vmlinux.rm200
+define archhelp
+ @echo '* vmlinux.ecoff - ECOFF boot image'
+ @echo '* vmlinux.srec - SREC boot image'
+endef
+
archclean:
@$(MAKE) $(clean)=arch/mips/boot
@$(MAKE) $(clean)=arch/mips/lasat
Index: 2.6.16/arch/mips/boot/Makefile
===================================================================
--- 2.6.16.orig/arch/mips/boot/Makefile 2006-07-14 11:30:10.000000000 -0700
+++ 2.6.16/arch/mips/boot/Makefile 2006-07-14 11:37:33.000000000 -0700
@@ -42,10 +42,6 @@
$(obj)/addinitrd: $(obj)/addinitrd.c
$(HOSTCC) -o $@ $^
-archhelp:
- @echo '* vmlinux.ecoff - ECOFF boot image'
- @echo '* vmlinux.srec - SREC boot image'
-
clean-files += addinitrd \
elf2ecoff \
vmlinux.bin \
reply other threads:[~2006-07-14 19:52 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=44B7F5F3.9090104@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox