VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Will Deacon <will@kernel.org> 2019-08-20 10:11:54 +0100 committer: Will Deacon <will@kernel.org> 2019-08-20 10:11:54 +0100 commit: 2d122942484c20bde308bdf694459800b63211d1 parent: 117acf5c29dd89e4c86761c365b9724dba0d9763
Commit Summary:
Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC"
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index 8b4596edda4e..d96127ebc44e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -31,7 +31,7 @@ config CC_HAS_ASM_GOTO
 	def_bool $(success,$(srctree)/scripts/gcc-goto.sh $(CC))
 
 config TOOLS_SUPPORT_RELR
-	def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/tools-support-relr.sh)
+	def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/tools-support-relr.sh)
 
 config CC_HAS_WARN_MAYBE_UNINITIALIZED
 	def_bool $(cc-option,-Wmaybe-uninitialized)