diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 06fe30d..00f0d4d 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 |