Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common
In directory usw-pr-cvs1:/tmp/cvs-serv6228
Modified Files:
Makefile
Log Message:
Move irq_cpu.c to arch/mips/kernel.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 2001/09/26 17:09:46 1.3
+++ Makefile 2001/09/26 23:16:28 1.4
@@ -13,6 +13,6 @@
O_TARGET:= ddb5xxx.o
-obj-y += irq.o irq_cpu.o nile4.o prom.o rtc_ds1386.o
+obj-y += irq.o nile4.o prom.o rtc_ds1386.o
include $(TOPDIR)/Rules.make
|