]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/link-vmlinux.sh
scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG
[karo-tx-linux.git] / scripts / link-vmlinux.sh
index b3d907eb93a91e7437ec8be8dac4248990eaf1e0..e62f1e000a7b5148167e76c128a6a08150804e24 100644 (file)
@@ -132,7 +132,7 @@ if [ "$1" = "clean" ]; then
 fi
 
 # We need access to CONFIG_ symbols
-. ./.config
+. ${KCONFIG_CONFIG}
 
 #link vmlinux.o
 info LD vmlinux.o