]> Git Repo - linux.git/blame - arch/csky/mm/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[linux.git] / arch / csky / mm / Makefile
CommitLineData
c32e64e8
GR
1ifeq ($(CONFIG_CPU_HAS_CACHEV2),y)
2obj-y += cachev2.o
3else
4obj-y += cachev1.o
5endif
6
7obj-y += dma-mapping.o
8obj-y += fault.o
9obj-$(CONFIG_HIGHMEM) += highmem.o
10obj-y += init.o
11obj-y += ioremap.o
12obj-y += syscache.o
13obj-y += tlb.o
This page took 0.073522 seconds and 4 git commands to generate.