patch-2.4.19 linux-2.4.19/arch/sparc64/mm/Makefile
Next file: linux-2.4.19/arch/sparc64/mm/fault.c
Previous file: linux-2.4.19/arch/sparc64/math-emu/math.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/sparc64/mm/Makefile
- Orig date:
Fri Dec 29 14:07:21 2000
diff -urN linux-2.4.18/arch/sparc64/mm/Makefile linux-2.4.19/arch/sparc64/mm/Makefile
@@ -1,17 +1,9 @@
# $Id: Makefile,v 1.8 2000/12/14 22:57:25 davem Exp $
# Makefile for the linux Sparc64-specific parts of the memory manager.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definition is now in the main makefile...
-
-.S.s:
- $(CPP) $(AFLAGS) -ansi $< -o $*.s
-.S.o:
- $(CC) $(AFLAGS) -ansi -c $< -o $*.o
+USE_STANDARD_AS_RULE := true
+EXTRA_AFLAGS := -ansi
O_TARGET := mm.o
obj-y := ultra.o fault.o init.o generic.o extable.o modutil.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)