summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 53be8eee91..1cfc4cc104 100755
--- a/tools/configure
+++ b/tools/configure
@@ -767,7 +767,7 @@ EOF
767 output="rockbox.iriver" 767 output="rockbox.iriver"
768 appextra="recorder:gui" 768 appextra="recorder:gui"
769 archosrom="" 769 archosrom=""
770 flash="" 770 flash="$pwd/rombox.iriver"
771 plugins="yes" 771 plugins="yes"
772 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" 772 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a"
773 # toolset is the tools within the tools directory that we build for 773 # toolset is the tools within the tools directory that we build for
@@ -1244,6 +1244,7 @@ fi
1244 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES 1244 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES
1245 appsdir='\$(ROOTDIR)/bootloader' 1245 appsdir='\$(ROOTDIR)/bootloader'
1246 apps="bootloader" 1246 apps="bootloader"
1247 flash=""
1247 if test -n "$boottool"; then 1248 if test -n "$boottool"; then
1248 tool="$boottool" 1249 tool="$boottool"
1249 fi 1250 fi