diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-08 18:21:12 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-08 18:21:12 +0000 |
| commit | b1af4e6cc8f5b0657348d206224f03ab5e44f1e9 (patch) | |
| tree | b2d6fafceb4f2e2758c351aef8aecf07536c3d16 /apps | |
| parent | dc040f0c8a1a11c72cb74d80d8cb7477b5b31374 (diff) | |
| download | rockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.zip rockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.tar.gz rockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.tar.bz2 rockbox-b1af4e6cc8f5b0657348d206224f03ab5e44f1e9.tar.xz | |
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 'apps')
| -rw-r--r-- | apps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile index 00612fa..c63fa82 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -190,6 +190,9 @@ $(BUILDDIR)/rombox.ucl: $(OBJDIR)/rombox.bin $(MAXOUTFILE) echo "fake" > $@; \ fi +$(BUILDDIR)/rombox.iriver: $(OBJDIR)/rombox.bin + $(call PRINTS,Build ROM file)$(MKFIRMWARE) $< $@ + include $(TOOLSDIR)/make.inc $(OBJDIR)/lang.o: lang/$(LANGUAGE).lang |