diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 12:33:30 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 12:33:30 +0000 |
| commit | c7036f1f5e494bbcec8daf5da65bb00668b5754f (patch) | |
| tree | c04b0506225777cddb99c7b6571478e9fa304ac2 /tools | |
| parent | 3e6388462772a364907cd25ef086bc4132c4d76c (diff) | |
| download | rockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.zip rockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.tar.gz rockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.tar.bz2 rockbox-c7036f1f5e494bbcec8daf5da65bb00668b5754f.tar.xz | |
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-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index cc40bf3..db1a2b1 100755 --- a/tools/configure +++ b/tools/configure @@ -90,7 +90,7 @@ fi # Figure out where the firmware code is! # -firmfile="start.s" # a file to check for in the firmware root dir +firmfile="crt0.S" # a file to check for in the firmware root dir for dir in firmware . .. ../firmware ../../firmware; do if [ -f $dir/$firmfile ]; then |