| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] removed vmlinux.rm200 |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Sat, 8 Jul 2006 00:51:11 +0900 |
| Cc: | linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf,
This patch has removed vmlinux.rm200 from Makefile.
We can use vmlinux.ecoff instead.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/Makefile
mips/arch/mips/Makefile
--- mips-orig/arch/mips/Makefile 2006-07-07 12:28:54.055411000 +0900
+++ mips/arch/mips/Makefile 2006-07-07 16:08:50.208627750 +0900
@@ -712,16 +712,14 @@ endif
vmlinux.bin: $(vmlinux-32)
+@$(call makeboot,$@)
-vmlinux.ecoff vmlinux.rm200: $(vmlinux-32)
+vmlinux.ecoff: $(vmlinux-32)
+@$(call makeboot,$@)
vmlinux.srec: $(vmlinux-32)
+@$(call makeboot,$@)
CLEAN_FILES += vmlinux.ecoff \
- vmlinux.srec \
- vmlinux.rm200.tmp \
- vmlinux.rm200
+ vmlinux.srec
archclean:
@$(MAKE) $(clean)=arch/mips/boot
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] vr41xx: define P4K bit for VR41xx, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH] fast path for rdhwr emulation for TLS, Atsushi Nemoto |
| Previous by Thread: | [PATCH 2/2] vr41xx: define P4K bit for VR41xx, Yoichi Yuasa |
| Next by Thread: | [PATCH] remove double entry of FB_AU1200 in drivers/video/Kconfig, Daniel Mack |
| Indexes: | [Date] [Thread] [Top] [All Lists] |