Update of /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev96100
In directory usw-pr-cvs1:/tmp/cvs-serv388/arch/mips/galileo-boards/ev96100
Modified Files:
Makefile
Log Message:
Sync with OSS 2.4.11.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev96100/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 2001/07/06 01:25:33 1.2
+++ Makefile 2001/11/06 00:30:42 1.3
@@ -17,6 +17,8 @@
O_TARGET:= ev96100.o
+export-objs = irq.o
+
obj-y := init.o pci_ops.o pci_fixups.o time.o irq.o int-handler.o setup.o puts.o
include $(TOPDIR)/Rules.make
|