summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-02 22:34:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-02 22:34:13 +0000
commit55a3018cdd246168cf6b8286032383e7831226ad (patch)
treec85e0f527616126ca3ead68797223460843b3e57 /apps/codecs/Tremor
parentce9fe07d51b9e3ff1625314a58111794dd351729 (diff)
downloadrockbox-55a3018cdd246168cf6b8286032383e7831226ad.tar.gz
rockbox-55a3018cdd246168cf6b8286032383e7831226ad.zip
more make magic to heal the broken builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor')
-rw-r--r--apps/codecs/Tremor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index ecd4ac9478..881329d7c1 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
15endif 15endif
16 16
17TREMOROPTS = -O2 17TREMOROPTS = -O2
18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TREMOROPTS) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(TREMOROPTS) $(TARGET) \
19 -DMEM=${MEMORYSIZE} ${PROFILE_OPTS} 19$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} ${PROFILE_OPTS}
20 20
21# This sets up 'SRC' based on the files mentioned in SOURCES 21# This sets up 'SRC' based on the files mentioned in SOURCES
22include $(TOOLSDIR)/makesrc.inc 22include $(TOOLSDIR)/makesrc.inc