diff mbox series

[LEDE-DEV] target: Remove nomips16 option.

Message ID 1517609174-5838-1-git-send-email-rosenp@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [LEDE-DEV] target: Remove nomips16 option. | expand

Commit Message

Rosen Penev Feb. 2, 2018, 10:06 p.m. UTC
There is no target with a CPU subtype of nomips16.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 include/target.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/include/target.mk b/include/target.mk
index 0e52fb7..8ee197f 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)))