Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv15025/kernel
Modified Files:
Makefile
Log Message:
Use standard .S -> .o rule as described in Documentation/kbuild/makefiles.txt
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 2001/02/18 20:37:39 1.6
+++ Makefile 2001/03/04 23:44:42 1.7
@@ -7,6 +7,8 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
+USE_STANDARD_AS_RULE := true
+
all: kernel.o
O_TARGET := kernel.o
|