diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/m32r/mm/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/m32r/mm/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/m32r/mm/Makefile b/ANDROID_3.4.5/arch/m32r/mm/Makefile deleted file mode 100644 index c51c1c3b..00000000 --- a/ANDROID_3.4.5/arch/m32r/mm/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for the Linux M32R-specific parts of the memory manager. -# - -ifdef CONFIG_MMU -obj-y := init.o fault.o mmu.o extable.o ioremap.o cache.o page.o -else -obj-y := init.o fault-nommu.o mmu.o extable.o ioremap-nommu.o cache.o page.o -endif - -obj-$(CONFIG_DISCONTIGMEM) += discontig.o - |