summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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
# Figure out where the source code root is!
#
- firmfile="crt0.S" # a file to check for in the firmware root dir
+ firmfile="app.lds" # a file to check for in the firmware root dir
for dir in . .. ../.. ../rockbox*; do
if [ -f $dir/firmware/$firmfile ]; then