summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2020-10-26 01:37:14 +0000
committerJames Buren <braewoods+rb@braewoods.net>2020-10-26 01:37:42 +0000
commitc5d7cd5f9f4712150957143efc7cf797495c081d (patch)
treee66423575d4b46bf490104315727a6e275212ed1 /tools/configure
parent28b9c8bfeb13748abcb850884e538d4a5ca3d5ce (diff)
downloadrockbox-c5d7cd5f9f4712150957143efc7cf797495c081d.tar.gz
rockbox-c5d7cd5f9f4712150957143efc7cf797495c081d.zip
h300: add support for ROM image generation
Change-Id: I6e0985de370609bae98ba6eab487bf43eb4191b6
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index aef02b2b75..33e323bc7e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1684,7 +1684,9 @@ fi
1684 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" 1684 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1685 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" 1685 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1686 output="rockbox.iriver" 1686 output="rockbox.iriver"
1687 bootoutput="bootloader.iriver"
1687 appextra="recorder:gui:radio" 1688 appextra="recorder:gui:radio"
1689 flash="$pwd/rombox.iriver"
1688 plugins="yes" 1690 plugins="yes"
1689 # toolset is the tools within the tools directory that we build for 1691 # toolset is the tools within the tools directory that we build for
1690 # this particular target. 1692 # this particular target.