diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/mm/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/s390/mm/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ANDROID_3.4.5/arch/s390/mm/Makefile b/ANDROID_3.4.5/arch/s390/mm/Makefile deleted file mode 100644 index d98fe900..00000000 --- a/ANDROID_3.4.5/arch/s390/mm/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Makefile for the linux s390-specific parts of the memory manager. -# - -obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \ - page-states.o gup.o -obj-$(CONFIG_CMM) += cmm.o -obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o -obj-$(CONFIG_DEBUG_SET_MODULE_RONX) += pageattr.o |