summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/unicore32/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/unicore32/mm/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/unicore32/mm/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/arch/unicore32/mm/Makefile b/ANDROID_3.4.5/arch/unicore32/mm/Makefile
deleted file mode 100644
index 46c16669..00000000
--- a/ANDROID_3.4.5/arch/unicore32/mm/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for the linux unicore-specific parts of the memory manager.
-#
-
-obj-y := extable.o fault.o init.o pgd.o mmu.o
-obj-y += flush.o ioremap.o
-
-obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o
-
-obj-$(CONFIG_MODULES) += proc-syms.o
-
-obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o
-
-obj-$(CONFIG_CPU_UCV2) += cache-ucv2.o tlb-ucv2.o proc-ucv2.o
-