From: Rosen Penev Date: Fri, 2 Feb 2018 22:06:14 +0000 (-0800) Subject: target: Remove nomips16 option. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bef3f85742134f08856f9de175b85da9b2715bfb;p=openwrt%2Fstaging%2Flynxis.git target: Remove nomips16 option. There is no target with a CPU subtype of nomips16. Signed-off-by: Rosen Penev --- diff --git a/include/target.mk b/include/target.mk index 0e52fb754b..8ee197f1c4 100644 --- a/include/target.mk +++ b/include/target.mk @@ -269,9 +269,7 @@ ifeq ($(DUMP),1) FEATURES += virtio endif ifneq ($(CONFIG_CPU_MIPS32_R2),) - ifneq ($(CPU_SUBTYPE),nomips16) - FEATURES += mips16 - endif + FEATURES += mips16 endif FEATURES += $(foreach v,6 7,$(if $(CONFIG_CPU_V$(v)),arm_v$(v)))