X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=mkconfig;h=5f516f214a3995633a93c4e95a26feb12b8de546;hp=b96c81fbc2b50336e279cd3d78495badaf1fb9de;hb=9e4140329ee9a787d0f96ac2829d618d47f7973f;hpb=d958002589cb724907e8d4360d546403d1e6b7d8;ds=sidebyside diff --git a/mkconfig b/mkconfig index b96c81fbc2..5f516f214a 100755 --- a/mkconfig +++ b/mkconfig @@ -23,7 +23,7 @@ options="" if [ \( $# -eq 2 \) -a \( "$1" = "-A" \) ] ; then # Automatic mode - line=`awk '($0 !~ /^#/ && $7 ~ /^'"$2"'$/) { print $1, $2, $3, $4, $5, $6, $7, $8 }' boards.cfg` + line=`awk '($0 !~ /^#/ && $7 ~ /^'"$2"'$/) { print $1, $2, $3, $4, $5, $6, $7, $8 }' $srctree/boards.cfg` if [ -z "$line" ] ; then echo "make: *** No rule to make target \`$2_config'. Stop." >&2 exit 1