Update of /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250
In directory usw-pr-cvs1:/tmp/cvs-serv25300
Modified Files:
Makefile
Log Message:
Use same implicit make rules as elsewhere.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 2001/11/08 17:42:08 1.1
+++ Makefile 2001/11/19 17:42:38 1.2
@@ -1,5 +1,8 @@
+.S.s:
+ $(CPP) $(AFLAGS) $< -o $@
+.S.o:
+ $(CC) $(AFLAGS) -c $< -o $@
-#all: sb1250.a
O_TARGET := sb1250.o
obj-y := setup.o irq.o irq_handler.o time.o pci.o lib_hssubr.o
|