1
0
Fork 0
forked from len0rd/rockbox

use a better file to find the firmware dir

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@746 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-27 12:33:30 +00:00
parent 3e63884627
commit c7036f1f5e

2
tools/configure vendored
View file

@ -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