diff options
| author | Paul Burton <paul.burton@imgtec.com> | 2016-08-26 10:17:33 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-04 19:31:20 -0400 |
| commit | 0a15273666aa18a45985e6419afa05ec24ecfeb4 (patch) | |
| tree | 109ef114273e84d7d8153972bf9cda04ff135bd6 | |
| parent | ba7505022c8b7c7366b905262631b293ac60c863 (diff) | |
MIPS: SEAD3: Split obj-y entries across lines
Split the obj-y entries for SEAD3 onto a line each, so that they're more
independent & can be modified more clearly by later commits.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14046/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/mti-sead3/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/mips/mti-sead3/Makefile b/arch/mips/mti-sead3/Makefile index 7a584e0bf933..8b03cfb12759 100644 --- a/arch/mips/mti-sead3/Makefile +++ b/arch/mips/mti-sead3/Makefile | |||
| @@ -8,8 +8,13 @@ | |||
| 8 | # Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved. | 8 | # Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved. |
| 9 | # Steven J. Hill <sjhill@mips.com> | 9 | # Steven J. Hill <sjhill@mips.com> |
| 10 | # | 10 | # |
| 11 | obj-y := sead3-lcd.o sead3-display.o sead3-init.o \ | 11 | obj-y := sead3-lcd.o |
| 12 | sead3-int.o sead3-platform.o sead3-reset.o \ | 12 | obj-y += sead3-display.o |
| 13 | sead3-setup.o sead3-time.o | 13 | obj-y += sead3-init.o |
| 14 | obj-y += sead3-int.o | ||
| 15 | obj-y += sead3-platform.o | ||
| 16 | obj-y += sead3-reset.o | ||
| 17 | obj-y += sead3-setup.o | ||
| 18 | obj-y += sead3-time.o | ||
| 14 | 19 | ||
| 15 | obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o | 20 | obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o |
