Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1137e1d authored by Paul Burton's avatar Paul Burton Committed by Ralf Baechle
Browse files

MIPS: Malta: Split obj-y entries across lines



Split the obj-y entries to their own lines such that it's easier to see
what's going on when adding or removing entries.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11220/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 033549c6
Loading
Loading
Loading
Loading
+9 −3
Original line number Original line Diff line number Diff line
@@ -5,9 +5,15 @@
# Copyright (C) 2008 Wind River Systems, Inc.
# Copyright (C) 2008 Wind River Systems, Inc.
#   written by Ralf Baechle <ralf@linux-mips.org>
#   written by Ralf Baechle <ralf@linux-mips.org>
#
#
obj-y				:= malta-display.o malta-dt.o malta-init.o \
obj-y				+= malta-display.o
				   malta-int.o malta-memory.o malta-platform.o \
obj-y				+= malta-dt.o
				   malta-reset.o malta-setup.o malta-time.o
obj-y				+= malta-init.o
obj-y				+= malta-int.o
obj-y				+= malta-memory.o
obj-y				+= malta-platform.o
obj-y				+= malta-reset.o
obj-y				+= malta-setup.o
obj-y				+= malta-time.o


obj-$(CONFIG_MIPS_CMP)		+= malta-amon.o
obj-$(CONFIG_MIPS_CMP)		+= malta-amon.o
obj-$(CONFIG_MIPS_MALTA_PM)	+= malta-pm.o
obj-$(CONFIG_MIPS_MALTA_PM)	+= malta-pm.o