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:
parent
3e63884627
commit
c7036f1f5e
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue