summaryrefslogtreecommitdiff
path: root/apps/codecs/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-07-18 18:33:12 +0000
committerDave Chapman <dave@dchapman.com>2006-07-18 18:33:12 +0000
commit752faa4351f9caaa39d6c448490a1e740ea205b0 (patch)
tree7df40871ff8d387d869e47b2552356f3395a48e3 /apps/codecs/Makefile
parentc5addb17eec7e0823c1880de737c018dc1881f37 (diff)
downloadrockbox-752faa4351f9caaa39d6c448490a1e740ea205b0.zip
rockbox-752faa4351f9caaa39d6c448490a1e740ea205b0.tar.gz
rockbox-752faa4351f9caaa39d6c448490a1e740ea205b0.tar.bz2
rockbox-752faa4351f9caaa39d6c448490a1e740ea205b0.tar.xz
Patch #5157 by Rainer Sinsch - SID codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Makefile')
-rw-r--r--apps/codecs/Makefile1
1 files changed, 1 insertions, 0 deletions
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