diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-30 08:14:54 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:24 -0500 |
commit | 54ab4d7208a9e67920a499cfc3cce8554b7a2c11 (patch) | |
tree | bf752d3a31801f8cfcdf794a6fb42b212534b7c7 /arch/cris/arch-v32/mm/Makefile | |
parent | 1ddba0257e0c8fb6cdfa913efd3a433d0e4a762a (diff) |
CRIS v32: Whitespace and formatting changes for kernel/ptrace.c
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 | ||