MIPS: mm: Split obj-y to a file per line
authorPaul Burton <paul.burton@mips.com>
Sat, 2 Feb 2019 01:43:23 +0000 (01:43 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 4 Feb 2019 18:56:26 +0000 (10:56 -0800)
Split always-included objects to one per line in order to make it easier
to modify the list of included objects.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/mm/Makefile

index 3e5bb203c95ac6d3fc094cd80214c4bc38240359..25d492736848da0dccff665ada8350c1f42a9ddb 100644 (file)
@@ -3,9 +3,18 @@
 # Makefile for the Linux/MIPS-specific parts of the memory manager.
 #
 
-obj-y                          += cache.o extable.o fault.o \
-                                  gup.o init.o mmap.o page.o page-funcs.o \
-                                  pgtable.o tlbex.o tlbex-fault.o tlb-funcs.o
+obj-y                          += cache.o
+obj-y                          += extable.o
+obj-y                          += fault.o
+obj-y                          += gup.o
+obj-y                          += init.o
+obj-y                          += mmap.o
+obj-y                          += page.o
+obj-y                          += page-funcs.o
+obj-y                          += pgtable.o
+obj-y                          += tlbex.o
+obj-y                          += tlbex-fault.o
+obj-y                          += tlb-funcs.o
 
 ifdef CONFIG_CPU_MICROMIPS
 obj-y                          += uasm-micromips.o