MIPS: generic: Fix Makefile alignment
authorJames Hogan <jhogan@kernel.org>
Fri, 2 Feb 2018 22:14:11 +0000 (22:14 +0000)
committerJames Hogan <jhogan@kernel.org>
Mon, 5 Feb 2018 10:39:56 +0000 (10:39 +0000)
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/

arch/mips/generic/Makefile

index 5fb60c86537b8edeaf5210289ea26eb324e55aa5..5c31e0c4697dd69a88cde68eee45c89c331ec0db 100644 (file)
@@ -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