aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-02-02 14:06:14 -0800
committerJohn Crispin <john@phrozen.org>2018-02-13 10:01:53 +0100
commitbef3f85742134f08856f9de175b85da9b2715bfb (patch)
tree3e36b2cd867d14a9fc2102b457bc7f554d9fec5e /include/target.mk
parent063fa4cfa28a6bdf502cebed3f984fc738bfad25 (diff)
downloadupstream-bef3f85742134f08856f9de175b85da9b2715bfb.tar.gz
upstream-bef3f85742134f08856f9de175b85da9b2715bfb.tar.bz2
upstream-bef3f85742134f08856f9de175b85da9b2715bfb.zip
target: Remove nomips16 option.
There is no target with a CPU subtype of nomips16. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk4
1 files changed, 1 insertions, 3 deletions
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)))