Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matt Redfearn and committed by
Ralf Baechle
aadeec4d 766c5803

+5
+4
arch/mips/Makefile
··· 12 12 # for "archclean" cleaning up for this architecture. 13 13 # 14 14 15 + archscripts: scripts_basic 16 + $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs 17 + 15 18 KBUILD_DEFCONFIG := ip22_defconfig 16 19 17 20 # ··· 388 385 archclean: 389 386 $(Q)$(MAKE) $(clean)=arch/mips/boot 390 387 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed 388 + $(Q)$(MAKE) $(clean)=arch/mips/boot/tools 391 389 $(Q)$(MAKE) $(clean)=arch/mips/lasat 392 390 393 391 define archhelp
+1
arch/mips/boot/tools/.gitignore
··· 1 + relocs