x86/mm/KASLR: Use only one PUD entry for real mode trampoline
[linux-2.6-microblaze.git] / scripts / link-vmlinux.sh
index bc7f1fc..dc0e8c5 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