1
0
Fork 0
forked from len0rd/rockbox

tlsf: move to /lib (it's also used by plugins).

Change-Id: I5e37b28c1ce4608d60b036343f280af3311ad490
This commit is contained in:
Thomas Martitz 2012-03-27 16:27:02 +02:00
parent 9f2ee2f21a
commit c56950ea3a
16 changed files with 26 additions and 27 deletions

3
lib/tlsf/SOURCES Normal file
View file

@ -0,0 +1,3 @@
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
src/tlsf.c
#endif