diff options
Diffstat (limited to 'arch/cris/arch-v32/mm/Makefile')
-rw-r--r-- | arch/cris/arch-v32/mm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/mm/Makefile b/arch/cris/arch-v32/mm/Makefile index 9146f88484b1..0b801f2964ac 100644 --- a/arch/cris/arch-v32/mm/Makefile +++ b/arch/cris/arch-v32/mm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # Makefile for the Linux/cris parts of the memory manager. | 1 | # Makefile for the Linux/cris parts of the memory manager. |
2 | 2 | ||
3 | obj-y := mmu.o init.o tlb.o intmem.o | 3 | obj-y += mmu.o init.o tlb.o intmem.o |
4 | obj-$(CONFIG_ETRAX_L2CACHE) += l2cache.o | ||