diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-30 14:14:54 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:24 +0100 |
commit | 54ab4d7208a9e67920a499cfc3cce8554b7a2c11 (patch) | |
tree | bf752d3a31801f8cfcdf794a6fb42b212534b7c7 /arch/cris/arch-v32/mm/Makefile | |
parent | CRIS: Minor generic kernel/traps.c changes. (diff) | |
download | linux-54ab4d7208a9e67920a499cfc3cce8554b7a2c11.tar.xz linux-54ab4d7208a9e67920a499cfc3cce8554b7a2c11.zip |
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 @@ # Makefile for the Linux/cris parts of the memory manager. -obj-y := mmu.o init.o tlb.o intmem.o +obj-y += mmu.o init.o tlb.o intmem.o +obj-$(CONFIG_ETRAX_L2CACHE) += l2cache.o |