Update of /cvsroot/linux-mips/linux/arch/mips/cobalt
In directory usw-pr-cvs1:/tmp/cvs-serv21340
Modified Files:
Makefile
Removed Files:
rtc_dallas.c
Log Message:
Moved the new RTC Dallas standard using the new time code here. This will allow any mips device using a RTC PC style chip still using the old time standard to migrate with almost no change in code :-)
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/cobalt/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 2001/10/25 23:58:08 1.7
+++ Makefile 2001/10/26 16:48:24 1.8
@@ -16,7 +16,7 @@
O_TARGET := cobalt.o
-obj-y += rtc_dallas.o rtc_qube.o irq.o int-handler.o pci_fixups.o pci_ops.o \
+obj-y += rtc_qube.o irq.o int-handler.o pci_fixups.o pci_ops.o \
reset.o setup.o via.o promcon.o ide.o
include $(TOPDIR)/Rules.make
--- rtc_dallas.c DELETED ---
|