diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index f7cbc13fd2a0..292d8618248d 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -20,10 +20,6 @@ isa-$(CONFIG_CPU_SH4AL_DSP) := sh4al | |||
20 | isa-$(CONFIG_CPU_SH5) := shmedia | 20 | isa-$(CONFIG_CPU_SH5) := shmedia |
21 | isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp | 21 | isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp |
22 | 22 | ||
23 | ifndef CONFIG_MMU | ||
24 | isa-y := $(isa-y)-nommu | ||
25 | endif | ||
26 | |||
27 | ifndef CONFIG_SH_DSP | 23 | ifndef CONFIG_SH_DSP |
28 | ifndef CONFIG_SH_FPU | 24 | ifndef CONFIG_SH_FPU |
29 | isa-y := $(isa-y)-nofpu | 25 | isa-y := $(isa-y)-nofpu |