summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/Makefile')
-rw-r--r--apps/codecs/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/lib/Makefile b/apps/codecs/lib/Makefile
index 49be70a62d..18f478c474 100644
--- a/apps/codecs/lib/Makefile
+++ b/apps/codecs/lib/Makefile
@@ -17,8 +17,8 @@ ifdef APPEXTRA
17 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 17 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
18endif 18endif
19 19
20CFLAGS = $(GCCOPTS) \ 20CFLAGS = $(INCLUDES) $(GCCOPTS) \
21$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DCODEC 21$(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -DCODEC
22 22
23# This sets up 'SRC' based on the files mentioned in SOURCES 23# This sets up 'SRC' based on the files mentioned in SOURCES
24include $(TOOLSDIR)/makesrc.inc 24include $(TOOLSDIR)/makesrc.inc