diff options
author | Tomasz Malesinski <tomal@rockbox.org> | 2006-01-24 22:33:49 +0000 |
---|---|---|
committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-01-24 22:33:49 +0000 |
commit | 4b0da6d57e9ceb54e1b7019b05805d52d6b36719 (patch) | |
tree | 19179a87776265ea04fb71f257568b8fbe254739 /tools/configure | |
parent | 22e6c02f8e5eb1cc2af0b41291fa615936fa59db (diff) |
added toolset for iFP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 9d51e4077f..990bd8471f 100755 --- a/tools/configure +++ b/tools/configure @@ -458,6 +458,7 @@ appsdir='\$(ROOTDIR)/apps' archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages" iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages" + ifpbitmaptools="$toolset bmp2rb codepages" case $target_id in @@ -764,6 +765,9 @@ appsdir='\$(ROOTDIR)/apps' flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" + # toolset is the tools within the tools directory that we build for + # this particular target. + toolset=$ifpbitmaptools ;; *) |