Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv30706
Modified Files:
Makefile
Log Message:
Osprey fixs that where posted. Thank you.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile 2001/10/07 05:40:22 1.20
+++ Makefile 2001/10/08 18:06:07 1.21
@@ -232,9 +232,9 @@
# NEC Eagle (vr4122) board
#
ifdef CONFIG_NEC_EAGLE
-SUBDIRS += arch/mips/vr41xx arch/mips/vr41xx/vr4121
-LIBS += arch/mips/vr41xx/vr41xx.o \
- arch/mips/vr41xx/vr4121/vr4121.o
+SUBDIRS += arch/mips/vr4122/common arch/mips/vr4122/eagle
+LIBS += arch/mips/vr4122/common/vr4122.o \
+ arch/mips/vr4122/eagle/eagle.o
LOADADDR += 0x80004000
endif
|