From c7036f1f5e494bbcec8daf5da65bb00668b5754f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 May 2002 12:33:30 +0000 Subject: use a better file to find the firmware dir git-svn-id: svn://svn.rockbox.org/rockbox/trunk@746 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index cc40bf3ad6..db1a2b1896 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 -- cgit v1.2.3