diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-08-08 11:27:04 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-08-08 11:29:56 +0200 |
commit | bebcb81da5dacb82f6876ae777bc13f5465d0eaa (patch) | |
tree | a07f20c35dda6549bf9339d4fb90c3aaa48794cc /include | |
parent | b34ccf45dff7635d2b5d4cab7b86a596f1bf4980 (diff) | |
download | mtk-20170518-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.zip mtk-20170518-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.gz mtk-20170518-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.bz2 |
ramips: switch from 24kec to 24kc
Since the only difference between 24Kec and 24Kc is the addition of DSP
ASE support, and we don't use it anymore, there is no need to keep 24Kec
as a separate cpu type.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 696b463..7fe48ec 100644 --- a/include/target.mk +++ b/include/target.mk @@ -167,7 +167,6 @@ ifeq ($(DUMP),1) CPU_CFLAGS_mips32r2 = -mips32r2 -mtune=mips32r2 CPU_CFLAGS_mips64 = -mips64 -mtune=mips64 -mabi=64 CPU_CFLAGS_24kc = -mips32r2 -mtune=24kc - CPU_CFLAGS_24kec = -mips32r2 -mtune=24kec CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc CPU_CFLAGS_1004kc = -mips32r2 -mtune=1004kc |