summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2013-02-23 21:11:10 +0100
committerFrank Gevaerts <frank@gevaerts.be>2013-02-23 21:11:10 +0100
commit36a99906e1641913970ab14fdebc2d95782012ac (patch)
tree605e8c59beab86793609f63e17a6cc7febb90f87
parent88656a522ea2aecb7165837611c9bba66f25235e (diff)
downloadrockbox-36a99906e1641913970ab14fdebc2d95782012ac.tar.gz
rockbox-36a99906e1641913970ab14fdebc2d95782012ac.zip
Build libtlsf for all systems
libtlsf used not to be built for HWCODEC, but now that the gif viewer uses libtlsf instead of building its own copy, libtlsf is needed everywhere. Change-Id: I730719c6a20e749adb8597056d2049b7758620e4
-rw-r--r--lib/tlsf/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tlsf/SOURCES b/lib/tlsf/SOURCES
index eb9d93756e..e52629377d 100644
--- a/lib/tlsf/SOURCES
+++ b/lib/tlsf/SOURCES
@@ -1,3 +1 @@
1#if CONFIG_CODEC == SWCODEC /* software codec platforms */
2src/tlsf.c src/tlsf.c
3#endif