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:
parent
616945590d
commit
b3d2017057
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -529,7 +529,7 @@ if [ -z "$rootdir" ]; then
|
||||||
# Figure out where the source code root is!
|
# 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
|
for dir in . .. ../.. ../rockbox*; do
|
||||||
if [ -f $dir/firmware/$firmfile ]; then
|
if [ -f $dir/firmware/$firmfile ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue