aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/link-vmlinux.sh')
-rwxr-xr-xscripts/link-vmlinux.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
index bc7f1fc1f55b..dc0e8c5a1402 100755
--- a/scripts/link-vmlinux.sh
+++ b/scripts/link-vmlinux.sh
@@ -171,14 +171,7 @@ if [ "$1" = "clean" ]; then
171fi 171fi
172 172
173# We need access to CONFIG_ symbols 173# We need access to CONFIG_ symbols
174case "${KCONFIG_CONFIG}" in 174. include/config/auto.conf
175*/*)
176 . "${KCONFIG_CONFIG}"
177 ;;
178*)
179 # Force using a file from the current directory
180 . "./${KCONFIG_CONFIG}"
181esac
182 175
183# Update version 176# Update version
184info GEN .version 177info GEN .version