Import 2.3.41pre2
[davej-history.git] / arch / sparc64 / mm / Makefile
bloba7448f1dbe920bd455f7a255346244e62128970c
1 # $Id: Makefile,v 1.5 1998/07/26 03:02:54 davem Exp $
2 # Makefile for the linux Sparc64-specific parts of the memory manager.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 .S.s:
11 $(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi $< -o $*.s
13 .S.o:
14 $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c $< -o $*.o
16 O_TARGET := mm.o
17 O_OBJS := ultra.o fault.o init.o generic.o asyncd.o extable.o modutil.o
19 include $(TOPDIR)/Rules.make