diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 211d9e01807a..c7a8e1f0c6b6 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -48,8 +48,6 @@ cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml | |||
48 | 48 | ||
49 | cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding | 49 | cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding |
50 | 50 | ||
51 | cflags-$(CONFIG_SH_DSP) += -Wa,-dsp | ||
52 | |||
53 | cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ | 51 | cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ |
54 | $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') | 52 | $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') |
55 | 53 | ||