summaryrefslogtreecommitdiff
path: root/apps/codecs/codecs.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/codecs.make')
-rw-r--r--apps/codecs/codecs.make5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make
index 3771301..605d8a3 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -14,15 +14,12 @@ OTHER_SRC += $(CODECS_SRC)
CODECS := $(CODECS_SRC:.c=.codec)
CODECS := $(subst $(ROOTDIR),$(BUILDDIR),$(CODECS))
-# TLSF memory allocator library
-include $(APPSDIR)/codecs/lib/tlsf/libtlsf.make
-
# the codec helper library
include $(APPSDIR)/codecs/lib/libcodec.make
OTHER_INC += -I$(APPSDIR)/codecs/lib
# extra libraries
-CODEC_LIBS := $(EXTRA_LIBS) $(TLSFLIB) $(CODECLIB)
+CODEC_LIBS := $(EXTRA_LIBS) $(CODECLIB)
# the codec libraries
include $(APPSDIR)/codecs/demac/libdemac.make