summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-27 12:33:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-27 12:33:30 +0000
commitc7036f1f5e494bbcec8daf5da65bb00668b5754f (patch)
treec04b0506225777cddb99c7b6571478e9fa304ac2 /tools
parent3e6388462772a364907cd25ef086bc4132c4d76c (diff)
downloadrockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.tar.gz
rockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.zip
use a better file to find the firmware dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@746 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index cc40bf3ad6..db1a2b1896 100755
--- a/tools/configure
+++ b/tools/configure
@@ -90,7 +90,7 @@ fi
90# Figure out where the firmware code is! 90# Figure out where the firmware code is!
91# 91#
92 92
93firmfile="start.s" # a file to check for in the firmware root dir 93firmfile="crt0.S" # a file to check for in the firmware root dir
94 94
95for dir in firmware . .. ../firmware ../../firmware; do 95for dir in firmware . .. ../firmware ../../firmware; do
96 if [ -f $dir/$firmfile ]; then 96 if [ -f $dir/$firmfile ]; then