android_kernel_samsung_msm8976/arch/arm64/mm/Makefile
Laura Abbott 2e149a84e0 arm64: add support to dump the kernel page tables
In a similar manner to arm, it's useful to be able to dump the page
tables to verify permissions and memory types. Add a debugfs file
to check the page tables.

Change-Id: I319c30c27a85f1686108f3e06ea20eb686c53d09
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
2014-08-29 12:32:43 -07:00

7 lines
251 B
Makefile

obj-y := dma-mapping.o extable.o fault.o init.o \
cache.o copypage.o flush.o \
ioremap.o iomap.o mmap.o pgd.o mmu.o \
context.o proc.o pageattr.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_ARM64_PTDUMP) += dump.o