diff options
author | Lauri Kasanen <cand@gmx.com> | 2021-01-13 17:10:07 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-22 11:39:45 +0100 |
commit | 65ce6197ed403b14f4efc70d509e07ac608a1ac5 (patch) | |
tree | 8a2392fb7d37bb6510f5c17f17f399954e3de80a /arch/mips/Makefile | |
parent | a2fa4cede9e3662e9e33fcf929b320fb1c73b0e9 (diff) | |
download | linux-65ce6197ed403b14f4efc70d509e07ac608a1ac5.tar.gz linux-65ce6197ed403b14f4efc70d509e07ac608a1ac5.tar.bz2 linux-65ce6197ed403b14f4efc70d509e07ac608a1ac5.zip |
Revert "MIPS: Remove unused R4300 CPU support"
This reverts commit f9065b54d437c4660e3d974ad9ce5188c068cd76.
We're adding Nintendo 64 support, so the VR4300 is no longer unused.
Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 5ffdd67093bc..18d6afe7c968 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -160,6 +160,7 @@ cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) # cflags-$(CONFIG_CPU_R3000) += -march=r3000 cflags-$(CONFIG_CPU_TX39XX) += -march=r3900 +cflags-$(CONFIG_CPU_R4300) += -march=r4300 -Wa,--trap cflags-$(CONFIG_CPU_VR41XX) += -march=r4100 -Wa,--trap cflags-$(CONFIG_CPU_R4X00) += -march=r4600 -Wa,--trap cflags-$(CONFIG_CPU_TX49XX) += -march=r4600 -Wa,--trap |