# Makefile for the linux Sparc-specific parts of the memory manager.#EXTRA_AFLAGS:=-ansiobj-y:= fault.o init.o loadmmu.o generic.o extable.o btfixup.oifeq($(CONFIG_SUN4),y)obj-y+= nosrmmu.oelseobj-y+= srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.oendififdefCONFIG_HIGHMEMobj-y+= highmem.oendififdefCONFIG_SMPobj-y+= nosun4c.oelseobj-y+= sun4c.oendif