commit | 2d122942484c20bde308bdf694459800b63211d1 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Aug 20 10:11:54 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Tue Aug 20 10:11:54 2019 +0100 |
tree | ca9b0e703ee6c15586c792f9108ea8a4a68951d8 | |
parent | 117acf5c29dd89e4c86761c365b9724dba0d9763 [diff] |
Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC" This reverts commit 71c67a31f09fa8fdd1495dffd96a5f0d4cef2ede. Commit 117acf5c29dd ("powerpc/Makefile: Always pass --synthetic to nm if supported") removed the only conditional definition of $(NM), so we can revert our temporary bodge to avoid Kconfig recursion and go back to passing $(NM) through to the 'tools-support-relr.sh' when detecting support for RELR relocations. Signed-off-by: Will Deacon <will@kernel.org>