From b1af4e6cc8f5b0657348d206224f03ab5e44f1e9 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 8 Jan 2007 18:21:12 +0000 Subject: Enable ROM file generation for H120/H140. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11947 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 53be8eee91..1cfc4cc104 100755 --- a/tools/configure +++ b/tools/configure @@ -767,7 +767,7 @@ EOF output="rockbox.iriver" appextra="recorder:gui" archosrom="" - flash="" + flash="$pwd/rombox.iriver" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" # toolset is the tools within the tools directory that we build for @@ -1244,6 +1244,7 @@ fi extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES appsdir='\$(ROOTDIR)/bootloader' apps="bootloader" + flash="" if test -n "$boottool"; then tool="$boottool" fi -- cgit v1.2.3