summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 06fe30d91d..00f0d4dcd0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -529,7 +529,7 @@ if [ -z "$rootdir" ]; then
529 # Figure out where the source code root is! 529 # Figure out where the source code root is!
530 # 530 #
531 531
532 firmfile="crt0.S" # a file to check for in the firmware root dir 532 firmfile="app.lds" # a file to check for in the firmware root dir
533 533
534 for dir in . .. ../.. ../rockbox*; do 534 for dir in . .. ../.. ../rockbox*; do
535 if [ -f $dir/firmware/$firmfile ]; then 535 if [ -f $dir/firmware/$firmfile ]; then