diff options
author | Nils Wallménius <nils@rockbox.org> | 2010-03-09 03:20:14 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2010-03-09 03:20:14 +0000 |
commit | c7f4773cf64dae208a9614fcad0046456e9a87c6 (patch) | |
tree | db27d52f4de6b15a6b06be29512e09faedc1e43b | |
parent | d2c1765800bb1bde84747dacbd1536e201780592 (diff) |
Simplify makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25084 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/codecs/libtremor/libtremor.make | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libtremor/libtremor.make b/apps/codecs/libtremor/libtremor.make index 1bd1b20fb4..e6816aa604 100644 --- a/apps/codecs/libtremor/libtremor.make +++ b/apps/codecs/libtremor/libtremor.make @@ -17,12 +17,6 @@ $(TREMORLIB): $(TREMORLIB_OBJ) $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null -$(CODECDIR)/libtremor/%.o: $(ROOTDIR)/apps/codecs/libtremor/%.c - $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) \ - -I$(APPSDIR)/codecs/libtremor \ - $(CODECFLAGS) $(CFLAGS) -c $< -o $@ - TREMORFLAGS = -I$(APPSDIR)/codecs/libtremor $(filter-out -O%,$(CODECFLAGS)) # Tremor is slightly faster on coldfire with -O3 |