diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-03-20 16:08:00 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-22 02:33:10 +0300 |
commit | 6bce3deae4d51326d0f07619ab6443ba771b3fb6 (patch) | |
tree | 23fe80edbfe1cdf56dfc06b7a1c862db3456fe58 /arch/mips/generic/Makefile | |
parent | 6b36d31a8a997248a10059e6d8a4e31b9c8310a2 (diff) | |
download | linux-6bce3deae4d51326d0f07619ab6443ba771b3fb6.tar.xz |
MIPS: generic: Add support for Microsemi Ocelot
Introduce support for the MIPS based Microsemi Ocelot SoCs.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Allan Nielsen <Allan.Nielsen@microsemi.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18858/
[jhogan@kernel.org: update ocelot_defconfig specification]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/generic/Makefile')
-rw-r--r-- | arch/mips/generic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/generic/Makefile b/arch/mips/generic/Makefile index 5c31e0c4697d..d03a36f869a4 100644 --- a/arch/mips/generic/Makefile +++ b/arch/mips/generic/Makefile @@ -14,5 +14,6 @@ obj-y += proc.o obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o +obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o obj-$(CONFIG_KEXEC) += kexec.o obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o |