diff options
Diffstat (limited to 'arch/xtensa/mm/Makefile')
-rw-r--r-- | arch/xtensa/mm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/xtensa/mm/Makefile b/arch/xtensa/mm/Makefile new file mode 100644 index 00000000..f0b646d2 --- /dev/null +++ b/arch/xtensa/mm/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the Linux/Xtensa-specific parts of the memory manager. +# + +obj-y := init.o cache.o misc.o +obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o |