]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/sparc/mm/Makefile
[SCSI] fcoe: fix configuration problems
[linux-2.6-omap-h63xx.git] / arch / sparc / mm / Makefile
1 # Makefile for the linux Sparc-specific parts of the memory manager.
2 #
3
4 EXTRA_AFLAGS := -ansi
5
6 obj-y   := fault.o init.o loadmmu.o generic.o extable.o btfixup.o \
7             srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
8
9 ifdef CONFIG_HIGHMEM
10 obj-y   += highmem.o
11 endif
12
13 ifdef CONFIG_SMP
14 obj-y   += nosun4c.o
15 else
16 obj-y   += sun4c.o
17 endif