From: Paul M. <le...@us...> - 2002-06-04 16:14:11
|
Update of /cvsroot/linux-mips/linux/arch/mips/jmr3927/rbhma3100 In directory usw-pr-cvs1:/tmp/cvs-serv30197/jmr3927/rbhma3100 Modified Files: Makefile Removed Files: rtc.c Log Message: Use the generic MIPS RTC. Blow away some unused debug cruft. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/jmr3927/rbhma3100/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 10 Nov 2001 03:56:05 -0000 1.1 +++ Makefile 4 Jun 2002 16:14:06 -0000 1.2 @@ -13,9 +13,8 @@ O_TARGET:= jmr3927.o -obj-y += init.o int-handler.o irq.o setup.o rtc.o pci_fixup.o pci_ops.o +obj-y += init.o int-handler.o irq.o setup.o pci_fixup.o pci_ops.o -obj-$(CONFIG_LL_DEBUG) += debug.o obj-$(CONFIG_REMOTE_DEBUG) += kgdb_io.o include $(TOPDIR)/Rules.make --- rtc.c DELETED --- |