* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / sparc / mm / Makefile
blob7caf69e9078a044a580a6c14c6978bf91c15504e
1 # $Id: Makefile,v 1.34 1999/08/14 03:51:42 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 O_TARGET := mm.o
11 O_OBJS := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
12 ifeq ($(CONFIG_AP1000),y)
13 O_OBJS += asyncd.o
14 endif
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
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
28 hypersparc.o: hypersparc.S
29 $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o hypersparc.o hypersparc.S
31 viking.o: viking.S
32 $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o viking.o viking.S
34 tsunami.o: tsunami.S
35 $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o tsunami.o tsunami.S