Browse Source

target: Remove nomips16 option.

There is no target with a CPU subtype of nomips16.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 8 years ago
parent
commit
bef3f85742
1 changed files with 1 additions and 3 deletions
  1. 1 3
      include/target.mk

+ 1 - 3
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)))