From: Paul M. <le...@us...> - 2002-07-12 20:14:31
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4111/common In directory usw-pr-cvs1:/tmp/cvs-serv32248/arch/mips/vr41xx/vr4111/common Modified Files: Makefile Removed Files: bcu.c cmu.c icu.c icu.h siu.c siu.h time.c Log Message: Merge yoichi-san's vr41xx patch. Still some cleanups needed.. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4111/common/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 10 Mar 2002 23:15:47 -0000 1.2 +++ Makefile 12 Jul 2002 20:14:27 -0000 1.3 @@ -15,6 +15,6 @@ O_TARGET := vr4111.o -obj-y := bcu.o cmu.o icu.o siu.o power.o probe-ram.o time.o +obj-y := power.o probe-ram.o include $(TOPDIR)/Rules.make --- bcu.c DELETED --- --- cmu.c DELETED --- --- icu.c DELETED --- --- icu.h DELETED --- --- siu.c DELETED --- --- siu.h DELETED --- --- time.c DELETED --- |