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@xxxxxxxxxx> Reviewed-by: Paul Burton <paul.burton@xxxxxxxx> Reviewed-by: Matt Redfearn <matt.redfearn@xxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Miodrag Dinic <miodrag.dinic@xxxxxxxx> Cc: Goran Ferenc <goran.ferenc@xxxxxxxx> Cc: Aleksandar Markovic <aleksandar.markovic@xxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx --- arch/mips/generic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- git-series 0.9.1