diff mbox series

[RFC,1/3] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled

Message ID 1617283633-18598-2-git-send-email-hejinyang@loongson.cn (mailing list archive)
State Superseded
Headers show
Series [RFC,1/3] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled | expand

Commit Message

Jinyang He April 1, 2021, 1:27 p.m. UTC
Relocs is used for create relocate information, only CONFIG_RELOCATABLE
is enabled can it be used.

Signed-off-by: Jinyang He <hejinyang@loongson.cn>
---
 arch/mips/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index e71d587..cb54d86 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -17,7 +17,9 @@  archscripts: scripts_basic
 ifeq ($(CONFIG_CPU_LOONGSON3_WORKAROUNDS),y)
 	$(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
 endif
+ifeq ($(CONFIG_RELOCATABLE),y)
 	$(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
+endif
 
 KBUILD_DEFCONFIG := 32r2el_defconfig
 KBUILD_DTBS      := dtbs