]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/link-vmlinux.sh
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
[linux.git] / scripts / link-vmlinux.sh
index bc7f1fc1f55b04e90737c3b569b9a9529a07126c..dc0e8c5a140239c6a3bb13ccfbca5ab522328a28 100755 (executable)
@@ -171,14 +171,7 @@ if [ "$1" = "clean" ]; then
 fi
 
 # We need access to CONFIG_ symbols
-case "${KCONFIG_CONFIG}" in
-*/*)
-       . "${KCONFIG_CONFIG}"
-       ;;
-*)
-       # Force using a file from the current directory
-       . "./${KCONFIG_CONFIG}"
-esac
+. include/config/auto.conf
 
 # Update version
 info GEN .version