diff options
author | Lauri Kasanen <cand@gmx.com> | 2021-01-13 17:11:23 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-22 11:40:00 +0100 |
commit | baec970aa5ba11099ad7a91773350c91fb2113f0 (patch) | |
tree | a29768bc527cde6e1d1ee18aa6f030067cbc80d1 /arch/mips/Kbuild.platforms | |
parent | 65ce6197ed403b14f4efc70d509e07ac608a1ac5 (diff) | |
download | linux-rpi-baec970aa5ba11099ad7a91773350c91fb2113f0.tar.gz linux-rpi-baec970aa5ba11099ad7a91773350c91fb2113f0.tar.bz2 linux-rpi-baec970aa5ba11099ad7a91773350c91fb2113f0.zip |
mips: Add N64 machine type
Add support for the Nintendo 64.
Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index 5483e38b5dc7..e4f6e49417a9 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms @@ -18,6 +18,7 @@ platform-$(CONFIG_MACH_LOONGSON2EF) += loongson2ef/ platform-$(CONFIG_MACH_LOONGSON32) += loongson32/ platform-$(CONFIG_MACH_LOONGSON64) += loongson64/ platform-$(CONFIG_MIPS_MALTA) += mti-malta/ +platform-$(CONFIG_MACH_NINTENDO64) += n64/ platform-$(CONFIG_NLM_COMMON) += netlogic/ platform-$(CONFIG_PIC32MZDA) += pic32/ platform-$(CONFIG_MACH_PISTACHIO) += pistachio/ |