Split the lib-y assignment in arch/mips/lib/Makefile to a line per file such that we can modify the list more easily, with clearer diffs. Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> --- arch/mips/lib/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index 0344e57..c0f0d1d 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -2,9 +2,16 @@ # Makefile for MIPS-specific library files.. # -lib-y += bitops.o csum_partial.o delay.o memcpy.o memset.o \ - mips-atomic.o strlen_user.o strncpy_user.o \ - strnlen_user.o uncached.o +lib-y += bitops.o +lib-y += csum_partial.o +lib-y += delay.o +lib-y += memcpy.o +lib-y += memset.o +lib-y += mips-atomic.o +lib-y += strlen_user.o +lib-y += strncpy_user.o +lib-y += strnlen_user.o +lib-y += uncached.o obj-y += iomap.o obj-$(CONFIG_PCI) += iomap-pci.o -- 2.10.2