1
0
Fork 0
forked from len0rd/rockbox

Changed the filename for determining the firmware root dir, as crt0.S no longer exists. We need a less tree dependent check....

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-11-10 20:44:46 +00:00
parent 616945590d
commit b3d2017057

2
tools/configure vendored
View file

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