Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv31807
Modified Files:
Makefile
Log Message:
Update Osprey locations.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Makefile 13 Jun 2002 13:35:49 -0000 1.50
+++ Makefile 14 Jun 2002 14:03:08 -0000 1.51
@@ -241,9 +241,12 @@
# NEC Osprey (vr4181) board
#
ifdef CONFIG_NEC_OSPREY
-SUBDIRS += arch/mips/vr4181/common arch/mips/vr4181/osprey
-LIBS += arch/mips/vr4181/common/vr4181.o \
- arch/mips/vr4181/osprey/osprey.o
+SUBDIRS += arch/mips/vr41xx/common \
+ arch/mips/vr41xx/vr4181/common \
+ arch/mips/vr41xx/vr4181/osprey
+LIBS += arch/mips/vr41xx/common/vr41xx.o \
+ arch/mips/vr41xx/vr4181/common/vr4181.o \
+ arch/mips/vr41xx/vr4181/osprey/osprey.o
LOADADDR += 0x80002000
endif
|