From: James S. <jsi...@us...> - 2001-11-05 17:07:09
|
Update of /cvsroot/linux-mips/linux/arch/mips/cobalt In directory usw-pr-cvs1:/tmp/cvs-serv858 Modified Files: Makefile Log Message: Made cobalt work again. Still having issues with the new pci code. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/cobalt/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 2001/10/26 16:48:24 1.8 +++ Makefile 2001/11/05 17:07:05 1.9 @@ -16,7 +16,7 @@ O_TARGET := cobalt.o -obj-y += 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.o \ reset.o setup.o via.o promcon.o ide.o include $(TOPDIR)/Rules.make |