Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / metag / mm / Makefile
1 #
2 # Makefile for the linux Meta-specific parts of the memory manager.
3 #
4
5 obj-y                           += cache.o
6 obj-y                           += extable.o
7 obj-y                           += fault.o
8 obj-y                           += init.o
9 obj-y                           += ioremap.o
10 obj-y                           += maccess.o
11
12 mmu-y                           := mmu-meta1.o
13 mmu-$(CONFIG_METAG_META21_MMU)  := mmu-meta2.o
14 obj-y                           += $(mmu-y)
15
16 obj-$(CONFIG_HIGHMEM)           += highmem.o
17 obj-$(CONFIG_HUGETLB_PAGE)      += hugetlbpage.o
18 obj-$(CONFIG_METAG_L2C)         += l2cache.o
19 obj-$(CONFIG_NUMA)              += numa.o