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...
11 O_OBJS
:= fault.o init.o loadmmu.o generic.o extable.o btfixup.o
12 ifeq ($(CONFIG_AP1000
),y
)
15 ifeq ($(CONFIG_SUN4
),y
)
18 O_OBJS
+= srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o
26 include $(TOPDIR
)/Rules.make
28 hypersparc.o
: hypersparc.S
29 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -ansi
-c
-o hypersparc.o hypersparc.S
32 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -ansi
-c
-o viking.o viking.S
35 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -ansi
-c
-o tsunami.o tsunami.S