| To: | linux-mips@oss.sgi.com |
|---|---|
| Subject: | ip22 build fix |
| From: | Guido Guenther <agx@sigxcpu.org> |
| Date: | Fri, 9 Aug 2002 14:47:45 +0200 |
| Mail-followup-to: | linux-mips@oss.sgi.com |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.3.28i |
Hi,
I need the attached patch against arch/mips/arc/Makefile to
get current CVS (linux_2_4) to build on IP22. Otherwise prom_meminit
is undefined. Please apply.
Index: arch/mips/arc/Makefile
===================================================================
RCS file: /cvs/linux/arch/mips/arc/Makefile,v
retrieving revision 1.5.2.1
diff -u -u -r1.5.2.1 Makefile
--- arch/mips/arc/Makefile 2002/08/01 22:26:40 1.5.2.1
+++ arch/mips/arc/Makefile 2002/08/09 12:44:57
@@ -4,7 +4,7 @@
L_TARGET = arclib.a
-obj-y += cmdline.o console.o env.o file.o \
+obj-y += cmdline.o console.o env.o file.o memory.o \
identify.o init.o misc.o time.o tree.o
obj-$(CONFIG_ARC_MEMORY) += memory.o
Regards,
-- Guido
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: What cvs branch to use to compile mips64?, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: ip22 build fix, Maciej W. Rozycki |
| Previous by Thread: | What cvs branch to use to compile mips64?, Sander Wichers |
| Next by Thread: | Re: ip22 build fix, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |