summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-01-08 18:21:12 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-01-08 18:21:12 +0000
commitb1af4e6cc8f5b0657348d206224f03ab5e44f1e9 (patch)
treeb2d6fafceb4f2e2758c351aef8aecf07536c3d16 /tools/configure
parentdc040f0c8a1a11c72cb74d80d8cb7477b5b31374 (diff)
downloadrockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.tar.gz
rockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.zip
Enable ROM file generation for H120/H140.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11947 a1c6a512-1295-4272-9138-f99709370657
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