diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2013-01-24 16:01:28 +0100 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2013-01-24 16:06:45 +0100 |
| commit | 1501df045f75b1ee607b49ce2f970c762a2538a4 (patch) | |
| tree | 2cc1515e773eac5efd9a771a3bdcc93ec2d3c1c9 /lib/tlsf | |
| parent | 02a90890343a75ca71169f601605613607e450ea (diff) | |
| download | rockbox-1501df045f75b1ee607b49ce2f970c762a2538a4.zip rockbox-1501df045f75b1ee607b49ce2f970c762a2538a4.tar.gz rockbox-1501df045f75b1ee607b49ce2f970c762a2538a4.tar.bz2 rockbox-1501df045f75b1ee607b49ce2f970c762a2538a4.tar.xz | |
Deprecate the EXTRA_LIBS variable.
Instead specify explicit library dependencies for codecs and plugins.
Diffstat (limited to 'lib/tlsf')
| -rw-r--r-- | lib/tlsf/libtlsf.make | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tlsf/libtlsf.make b/lib/tlsf/libtlsf.make index cb61a5c..e36efe5 100644 --- a/lib/tlsf/libtlsf.make +++ b/lib/tlsf/libtlsf.make @@ -14,7 +14,6 @@ TLSFLIB := $(BUILDDIR)/lib/libtlsf.a OTHER_SRC += $(TLSFLIB_SRC) INCLUDES += -I$(TLSFLIB_DIR)/src -EXTRA_LIBS += $(TLSFLIB) TLSFLIBFLAGS = $(CFLAGS) -fstrict-aliasing -ffunction-sections $(SHARED_CFLAGS) |