diff options
author | Matt Redfearn <matt.redfearn@imgtec.com> | 2016-03-31 10:05:33 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 14:02:02 +0200 |
commit | aadeec4df9b33526f45a27e61df6891dd21b1e39 (patch) | |
tree | 00946927a8deb394e0924d5eecf605c54157d072 /arch/mips/boot | |
parent | 766c580356ecca88b32c47b8128bec7d6d014533 (diff) |
MIPS: tools: Build relocs tool
Build the relocs tool as part of the kbuild
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: kernel-hardening@lists.openwall.com
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12980/
Patchwork: https://patchwork.linux-mips.org/patch/13242/
Patchwork: https://patchwork.linux-mips.org/patch/13233/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/tools/.gitignore b/arch/mips/boot/tools/.gitignore new file mode 100644 index 000000000000..be0ed065249b --- /dev/null +++ b/arch/mips/boot/tools/.gitignore @@ -0,0 +1 @@ +relocs |