Skip to content

Commit aadeec4

Browse files
mpredfearnralfbaechle
authored andcommitted
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>
1 parent 766c580 commit aadeec4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

arch/mips/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# for "archclean" cleaning up for this architecture.
1313
#
1414

15+
archscripts: scripts_basic
16+
$(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
17+
1518
KBUILD_DEFCONFIG := ip22_defconfig
1619

1720
#
@@ -385,6 +388,7 @@ endif
385388
archclean:
386389
$(Q)$(MAKE) $(clean)=arch/mips/boot
387390
$(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
391+
$(Q)$(MAKE) $(clean)=arch/mips/boot/tools
388392
$(Q)$(MAKE) $(clean)=arch/mips/lasat
389393

390394
define archhelp

arch/mips/boot/tools/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
relocs

0 commit comments

Comments
 (0)