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 --- apps/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 00612fa499..c63fa825c9 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 -- cgit v1.2.3