Update of /cvsroot/linux-mips/linux/arch/mips/ps2
In directory usw-pr-cvs1:/tmp/cvs-serv15549/ps2
Modified Files:
Makefile
Log Message:
Oops.. typo fix.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ps2/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 2001/10/28 09:19:07 1.3
+++ Makefile 2001/11/23 01:16:46 1.4
@@ -13,7 +13,7 @@
O_TARGET := ps2.o
-obj-y := setup.o reset.o prom.o time.o
+obj-y += setup.o reset.o prom.o time.o
include $(TOPDIR)/Rules.make
|