Skip to content
Snippets Groups Projects
Commit e3a28f41 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

rules.mk: use qstrip to reduce syntax highlighting issues


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 37225
parent f98f69ad
Branches
Tags
No related merge requests found
...@@ -81,7 +81,7 @@ ifdef CONFIG_HAS_SPE_FPU ...@@ -81,7 +81,7 @@ ifdef CONFIG_HAS_SPE_FPU
endif endif
ifdef CONFIG_MIPS64_ABI ifdef CONFIG_MIPS64_ABI
ifneq ($(CONFIG_MIPS64_ABI_O32),y) ifneq ($(CONFIG_MIPS64_ABI_O32),y)
ARCH_SUFFIX:=$(ARCH_SUFFIX)_$(subst ",,$(CONFIG_MIPS64_ABI)) ARCH_SUFFIX:=$(ARCH_SUFFIX)_$(call qstrip,$(CONFIG_MIPS64_ABI))
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment