rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is used

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36566
v19.07.3_mercusys_ac12_duma
John Crispin 11 years ago
parent 849ff98669
commit c2c1f9ae73

@ -63,6 +63,12 @@ endif
ifneq ($(filter -mips%r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2
endif
ifneq ($(filter -mdsp,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=$(ARCH_SUFFIX)_dsp
endif
ifneq ($(filter -mdspr2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=$(ARCH_SUFFIX)_dspr2
endif
ifdef CONFIG_USE_MIPS16
TARGET_OPTIMIZATION+= -minterlink-mips16 -mips16
endif

Loading…
Cancel
Save