]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Allow platform to specify multiple its.S files
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Aug 2017 22:37:21 +0000 (15:37 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 13:21:52 +0000 (15:21 +0200)
commit436c6a4452cb610e6293ba3fda2310cf09461fc1
tree69c6a1488102908ae1f797757d3fea8e00a60b95
parent846fbcfe6ffdcc86720df347e919f0389a69e6a0
MIPS: Allow platform to specify multiple its.S files

In preparation for splitting arch/mips/generic/vmlinux.its.S into
multiple files such that it doesn't become a conflict magnet as boards
are added, allow platforms to specify a list of image tree source files
which will be concatenated to form the final source used to build the
image tree.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16938/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
arch/mips/boot/Makefile
arch/mips/generic/Platform