diff options
author | James Hogan <jhogan@kernel.org> | 2018-02-02 22:14:11 +0000 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-05 10:39:56 +0000 |
commit | 0ef1559a20b939f314ea18a810fc486fc9307b77 (patch) | |
tree | cc295c44ce304300580d04b1b8a6467d6f92462d /arch/mips | |
parent | e17ae5cdd10ad957de5b03bfa832cfcad3b46248 (diff) |
MIPS: generic: Fix Makefile alignment
Fix whitespace of generic platform Makefile so that obj-y values align.
Fixes: f2d0b0d5c171 ("MIPS: ranchu: Add Ranchu as a new generic-based board")
Signed-off-by: James Hogan <jhogan@kernel.org>
Reviewed-by: Paul Burton <paul.burton@mips.com>
Reviewed-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Miodrag Dinic <miodrag.dinic@mips.com>
Cc: Goran Ferenc <goran.ferenc@mips.com>
Cc: Aleksandar Markovic <aleksandar.markovic@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18582/
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/generic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/generic/Makefile b/arch/mips/generic/Makefile index 5fb60c86537b..5c31e0c4697d 100644 --- a/arch/mips/generic/Makefile +++ b/arch/mips/generic/Makefile @@ -15,4 +15,4 @@ obj-y += proc.o obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o obj-$(CONFIG_KEXEC) += kexec.o -obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o +obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o |