Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32
In directory usw-pr-cvs1:/tmp/cvs-serv22791
Modified Files:
Makefile
Removed Files:
ip32-pci-dma.c
Log Message:
SGI ip32 updates.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 2001/10/26 16:13:55 1.2
+++ Makefile 2002/01/28 19:49:08 1.3
@@ -17,11 +17,9 @@
all: ip32-kern.a ip32-irq-glue.o
-obj-y += ip32-irq.o ip32-rtc.o ip32-setup.o ip32-irq-glue.o \
- ip32-berr.o ip32-timer.o crime.o ip32-reset.o
+obj-y += ip32-rtc.o ip32-setup.o ip32-irq.o ip32-irq-glue.o ip32-timer.o \
+ crime.o ip32-reset.o
-ifdef CONFIG_PCI
-obj-y += ip32-pci.o ip32-pci-dma.o
-endif
+obj-$(CONFIG_PCI) += ip32-pci.o
include $(TOPDIR)/Rules.make
--- ip32-pci-dma.c DELETED ---
|