V4L/DVB (10130): use USB API functions rather than constants
[sfrench/cifs-2.6.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