diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-02-02 14:06:14 -0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:53 +0100 |
commit | bef3f85742134f08856f9de175b85da9b2715bfb (patch) | |
tree | 3e36b2cd867d14a9fc2102b457bc7f554d9fec5e /include/target.mk | |
parent | 063fa4cfa28a6bdf502cebed3f984fc738bfad25 (diff) | |
download | upstream-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.mk | 4 |
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))) |