From 752faa4351f9caaa39d6c448490a1e740ea205b0 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 18 Jul 2006 18:33:12 +0000 Subject: Patch #5157 by Rainer Sinsch - SID codec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs/Makefile') diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index f39eb55..e365698 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -47,6 +47,7 @@ all: $(ROCKS) ifndef SIMVER $(OBJDIR)/wav.elf : $(OBJDIR)/wav.o +$(OBJDIR)/sid.elf : $(OBJDIR)/sid.o $(OBJDIR)/aiff.elf : $(OBJDIR)/aiff.o $(OBJDIR)/mpa.elf : $(OBJDIR)/mpa.o $(BUILDDIR)/libmad.a $(OBJDIR)/a52.elf : $(OBJDIR)/a52.o $(BUILDDIR)/liba52.a -- cgit v1.1