diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-19 04:08:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:17 +0100 |
commit | 5ebabe59807e116976b073ec43327eedb4b357e2 (patch) | |
tree | a8773d04073b88a3e5c43ddd9a133c090f250f0d /arch/mips/Kbuild.platforms | |
parent | c2a529f73de56cb99ae9abcc2c8fb9fe3f2d2039 (diff) | |
download | linux-stable-5ebabe59807e116976b073ec43327eedb4b357e2.tar.gz linux-stable-5ebabe59807e116976b073ec43327eedb4b357e2.tar.bz2 linux-stable-5ebabe59807e116976b073ec43327eedb4b357e2.zip |
MIPS: JZ4740: Add Kbuild files
Add the Kbuild files for the JZ4740 architecture and adds JZ4740 support
to the MIPS Kbuild files.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1406/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 ea3b96cf2673..78439b8a83c4 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms @@ -9,6 +9,7 @@ platforms += cobalt platforms += dec platforms += emma platforms += jazz +platforms += jz4740 platforms += lasat platforms += loongson platforms += mipssim |