diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2012-03-27 16:27:02 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-03-28 23:02:39 +0200 |
| commit | c56950ea3a9e0244461ce445f25bd7a80c8f7199 (patch) | |
| tree | 6fb9547aebb230ec15b26db11867a4072d2a6d7b /apps/plugins/plugins.make | |
| parent | 9f2ee2f21abec56108dfb135eaeba5f416f1eb12 (diff) | |
| download | rockbox-c56950ea3a9e0244461ce445f25bd7a80c8f7199.zip rockbox-c56950ea3a9e0244461ce445f25bd7a80c8f7199.tar.gz rockbox-c56950ea3a9e0244461ce445f25bd7a80c8f7199.tar.bz2 rockbox-c56950ea3a9e0244461ce445f25bd7a80c8f7199.tar.xz | |
tlsf: move to /lib (it's also used by plugins).
Change-Id: I5e37b28c1ce4608d60b036343f280af3311ad490
Diffstat (limited to 'apps/plugins/plugins.make')
| -rw-r--r-- | apps/plugins/plugins.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 67b0d83..b80523d 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -53,7 +53,7 @@ else PLUGINSUBDIRS := $(call preprocess, $(APPSDIR)/plugins/SUBDIRS) endif -PLUGIN_LIBS := $(EXTRA_LIBS) $(TLSFLIB) $(PLUGINLIB) $(PLUGINBITMAPLIB) +PLUGIN_LIBS := $(EXTRA_LIBS) $(PLUGINLIB) $(PLUGINBITMAPLIB) # include <dir>.make from each subdir (yay!) $(foreach dir,$(PLUGINSUBDIRS),$(eval include $(dir)/$(notdir $(dir)).make)) |