From: James S. <jsi...@us...> - 2001-09-13 17:55:00
|
Update of /cvsroot/linux-mips/linux/arch/mips/cobalt In directory usw-pr-cvs1:/tmp/cvs-serv27134 Modified Files: Makefile Log Message: Just changed the name to something more fitting. Soon I will move the time stuff over to the new stuff, but I like to make a common driver amount everything. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/cobalt/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 2001/07/09 21:50:55 1.2 --- Makefile 2001/09/13 17:54:57 1.3 *************** *** 17,21 **** O_TARGET := cobalt.o ! obj-y += hw_access.o irq.o int-handler.o pci.o \ reset.o setup.o via.o promcon.o ide.o --- 17,21 ---- O_TARGET := cobalt.o ! obj-y += rtc_qube.o irq.o int-handler.o pci.o \ reset.o setup.o via.o promcon.o ide.o |