diff options
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r-- | arch/sh/mm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index 4ca71e9e09eb..3759bf853293 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile | |||
@@ -4,14 +4,12 @@ | |||
4 | 4 | ||
5 | obj-y := cache.o init.o consistent.o mmap.o | 5 | obj-y := cache.o init.o consistent.o mmap.o |
6 | 6 | ||
7 | ifndef CONFIG_CACHE_OFF | ||
8 | cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o | 7 | cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o |
9 | cacheops-$(CONFIG_CPU_SH2A) := cache-sh2a.o | 8 | cacheops-$(CONFIG_CPU_SH2A) := cache-sh2a.o |
10 | cacheops-$(CONFIG_CPU_SH3) := cache-sh3.o | 9 | cacheops-$(CONFIG_CPU_SH3) := cache-sh3.o |
11 | cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o | 10 | cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o |
12 | cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o | 11 | cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o |
13 | cacheops-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o | 12 | cacheops-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o |
14 | endif | ||
15 | 13 | ||
16 | obj-y += $(cacheops-y) | 14 | obj-y += $(cacheops-y) |
17 | 15 | ||