summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-03-29 00:01:44 +0200
committerThomas Martitz <kugel@rockbox.org>2012-03-29 00:01:44 +0200
commita8b3d506dbeaa657ec5de93af9647ebee90d46d1 (patch)
tree8c7e0b031cd12ab9b366b08fd7bcc82c2d9091a2
parentf5a3dbc6d921c1180b4de9204296115d42398ca9 (diff)
downloadrockbox-a8b3d506dbeaa657ec5de93af9647ebee90d46d1.tar.gz
rockbox-a8b3d506dbeaa657ec5de93af9647ebee90d46d1.zip
Enable tlsf in warble build to fix it.
Change-Id: I5b43a995264b4e699fb62ded72139a7e0ee7f46d
-rw-r--r--tools/root.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index b12ed2abfa..30e3b3f865 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -100,6 +100,7 @@ else ifneq (,$(findstring database,$(APP_TYPE)))
100 include $(APPSDIR)/database.make 100 include $(APPSDIR)/database.make
101else ifneq (,$(findstring warble,$(APP_TYPE))) 101else ifneq (,$(findstring warble,$(APP_TYPE)))
102 include $(ROOTDIR)/lib/rbcodec/test/warble.make 102 include $(ROOTDIR)/lib/rbcodec/test/warble.make
103 include $(ROOTDIR)/lib/tlsf/libtlsf.make
103 include $(APPSDIR)/codecs/codecs.make 104 include $(APPSDIR)/codecs/codecs.make
104 include $(ROOTDIR)/lib/rbcodec/rbcodec.make 105 include $(ROOTDIR)/lib/rbcodec/rbcodec.make
105else 106else