diff options
Diffstat (limited to 'scripts/link-vmlinux.sh')
| -rwxr-xr-x | scripts/link-vmlinux.sh | 9 |
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 | |||
| 171 | fi | 171 | fi |
| 172 | 172 | ||
| 173 | # We need access to CONFIG_ symbols | 173 | # We need access to CONFIG_ symbols |
| 174 | case "${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}" | ||
| 181 | esac | ||
| 182 | 175 | ||
| 183 | # Update version | 176 | # Update version |
| 184 | info GEN .version | 177 | info GEN .version |
