Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv19385/kernel
Modified Files:
Makefile
Log Message:
Makefile cleanups
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 20 May 2002 01:09:49 -0000 1.5
+++ Makefile 23 Jan 2003 23:06:12 -0000 1.6
@@ -1,15 +1,9 @@
#
# Makefile for the linux kernel.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
+# Note! Dependencies are done automagically
+# DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile...
-
-USE_STANDARD_AS_RULE := true
-
-all: kernel.o
O_TARGET := kernel.o
@@ -19,7 +13,5 @@
cpu_ka630.o cpu_ka640.o cpu_ka650.o cpu_ka660.o \
cpu_ka410.o cpu_ka42.o cpu_ka43.o cpu_ka46.o cpu_ka55.o \
cpu_vxt.o clock.o
-OX_OBJS :=
-MX_OBJS :=
include $(TOPDIR)/Rules.make
|