Import 2.3.99pre4-2
[davej-history.git] / arch / sparc / mm / Makefile
blob440e4fc6116771900ad408d0dcde43edbe0a7a1c
1 # $Id: Makefile,v 1.36 2000/01/29 01:09:05 anton Exp $
2 # Makefile for the linux Sparc-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.o:
11 $(CC) $(AFLAGS) -ansi -c -o $*.o $<
13 O_TARGET := mm.o
14 O_OBJS := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
15 ifeq ($(CONFIG_SUN4),y)
16 O_OBJS += nosrmmu.o
17 else
18 O_OBJS += srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
19 endif
20 ifdef CONFIG_SMP
21 O_OBJS += nosun4c.o
22 else
23 O_OBJS += sun4c.o
24 endif
26 include $(TOPDIR)/Rules.make